mirror of https://github.com/rwf2/Rocket.git
11 lines
246 B
TOML
11 lines
246 B
TOML
|
[package]
|
||
|
name = "cookies"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_macros = { path = "../../macros" }
|
||
|
lazy_static = "*"
|
||
|
tera = { git = "https://github.com/Keats/tera" }
|