Rocket/examples/config/Cargo.toml

12 lines
233 B
TOML
Raw Normal View History

[package]
name = "config"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
2016-12-27 22:35:14 +00:00
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }