Rocket/examples/state/Cargo.toml

12 lines
232 B
TOML
Raw Normal View History

2017-01-21 03:31:46 +00:00
[package]
name = "state"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }