Rocket/examples/pastebin/Cargo.toml

10 lines
172 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"