mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-26 04:12:40 +00:00
10 lines
172 B
TOML
10 lines
172 B
TOML
[package]
|
|
name = "pastebin"
|
|
version = "0.0.1"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
rand = "0.3"
|