Rocket/examples/from_request/Cargo.toml

13 lines
283 B
TOML
Raw Permalink Normal View History

2016-09-04 20:51:16 +00:00
[package]
name = "from_request"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }