Rocket/examples/redirect/Cargo.toml

12 lines
235 B
TOML

[package]
name = "redirect"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }