Rocket/examples/hello_ranks/Cargo.toml

12 lines
238 B
TOML
Raw Normal View History

[package]
name = "hello_ranks"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }