mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-07 10:12:36 +00:00
12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "extended_validation"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
|
|
[dev-dependencies]
|
|
rocket = { path = "../../lib", features = ["testing"] }
|