Rocket/examples/pastebin/Cargo.toml

13 lines
248 B
TOML
Raw Normal View History

2016-12-10 03:56:49 +00:00
[package]
name = "pastebin"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
2016-12-10 03:56:49 +00:00
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
rand = "0.3"
2017-04-14 21:39:17 +00:00
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }