Rocket/examples/static_files/Cargo.toml

12 lines
239 B
TOML
Raw Normal View History

[package]
name = "static_files"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }
2017-02-18 07:01:12 +00:00
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }