Rocket/examples/query_params/Cargo.toml
2016-12-28 23:20:21 -06:00

13 lines
283 B
TOML

[package]
name = "query_params"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }