mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-31 23:02:37 +00:00
12 lines
232 B
TOML
12 lines
232 B
TOML
|
[package]
|
||
|
name = "state"
|
||
|
version = "0.0.1"
|
||
|
workspace = "../../"
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_codegen = { path = "../../codegen" }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rocket = { path = "../../lib", features = ["testing"] }
|