Rocket/examples/static_files/Cargo.toml

9 lines
184 B
TOML

[package]
name = "static_files"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
[dependencies]
rocket = { path = "../../lib" }
rocket_macros = { path = "../../macros" }