mirror of https://github.com/rwf2/Rocket.git
16 lines
295 B
TOML
16 lines
295 B
TOML
[package]
|
|
name = "msgpack"
|
|
version = "0.0.0"
|
|
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"]
|