[package] name = "web" version = "0.1.0" authors = ["artus40 "] edition = "2018" [dependencies] rocket = "0.4.0" rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" } cookbook = { path = "../cookbook/" } planner = { path = "../planner/" } serde = "1.0" serde_derive = "1.0" [dependencies.rocket_contrib] version = "0.4.0" default-features = false features = ["json", "diesel_sqlite_pool"]