|
[package]
|
|
name = "cookies"
|
|
version = "0.0.1"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
lazy_static = "*"
|
|
tera = { git = "https://github.com/Keats/tera" }
|