Rocket/examples/msgpack/Cargo.toml

16 lines
276 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 = "../../"
publish = false
2017-02-08 03:40:14 +00:00
[dependencies]
rocket = { path = "../../core/lib" }
serde = "1.0"
serde_derive = "1.0"
2017-02-08 03:40:14 +00:00
[dependencies.rocket_contrib]
path = "../../contrib/lib"
2017-02-08 03:40:14 +00:00
default-features = false
features = ["msgpack"]