Rocket/examples/pastebin/Cargo.toml

11 lines
216 B
TOML

[package]
name = "pastebin"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
rand = "0.3"