Rocket/examples/pastebin/Cargo.toml
2017-04-14 14:39:17 -07:00

13 lines
248 B
TOML

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