Rocket/examples/manual_routes/Cargo.toml

11 lines
196 B
TOML
Raw Normal View History

[package]
name = "manual_routes"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2017-01-09 02:02:12 +00:00
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }