Rocket/examples/hello_alt_methods/Cargo.toml

12 lines
244 B
TOML
Raw Normal View History

2016-10-09 11:29:02 +00:00
[package]
name = "hello_alt_methods"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
2016-10-09 11:29:02 +00:00
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }