mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-28 21:32:36 +00:00
9 lines
161 B
TOML
9 lines
161 B
TOML
[package]
|
|
name = "raw_upload"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|