Rocket/examples/static_files/Cargo.toml
2017-02-24 18:54:13 -08:00

12 lines
239 B
TOML

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