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"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
rand = "0.3"