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