Rocket/examples/json/Cargo.toml

20 lines
384 B
TOML
Raw Normal View History

[package]
name = "json"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
[dependencies.rocket_contrib]
path = "../../contrib"
default-features = false
features = ["json"]
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }