Rocket/examples/msgpack/Cargo.toml

19 lines
371 B
TOML
Raw Normal View History

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