Rocket/examples/managed_queue/Cargo.toml

13 lines
255 B
TOML
Raw Normal View History

2017-02-19 06:01:27 +00:00
[package]
name = "managed_queue"
version = "0.0.1"
workspace = "../.."
[dependencies]
crossbeam = "*"
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }