mirror of https://github.com/rwf2/Rocket.git
16 lines
306 B
TOML
16 lines
306 B
TOML
[package]
|
|
name = "msgpack"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
[dependencies.rocket_contrib]
|
|
path = "../../contrib/lib"
|
|
default-features = false
|
|
features = ["msgpack"]
|