Rocket/examples/pastebin/Cargo.toml

10 lines
172 B
TOML

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