1
0
mirror of https://github.com/rwf2/Rocket.git synced 2025-02-24 01:22:02 +00:00
Rocket/examples/static_files/Cargo.toml

10 lines
188 B
TOML
Raw Normal View History

[package]
name = "static_files"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
workspace = "../../"
publish = false
[dependencies]
rocket = { path = "../../core/lib" }
rocket_contrib = { path = "../../contrib/lib" }