mirror of https://github.com/rwf2/Rocket.git
17 lines
308 B
TOML
17 lines
308 B
TOML
[package]
|
|
name = "json"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
[dependencies.rocket_contrib]
|
|
path = "../../contrib"
|
|
default-features = false
|
|
features = ["json"]
|