mirror of https://github.com/rwf2/Rocket.git
9 lines
161 B
TOML
9 lines
161 B
TOML
|
[package]
|
||
|
name = "raw_upload"
|
||
|
version = "0.0.1"
|
||
|
workspace = "../../"
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_codegen = { path = "../../codegen" }
|