Rocket/examples/testing/Cargo.toml
2017-03-08 14:29:24 -08:00

12 lines
234 B
TOML

[package]
name = "testing"
version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }