mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-15 22:19:04 +00:00
ec130f96ee
Closes #239.
11 lines
237 B
TOML
11 lines
237 B
TOML
[package]
|
|
name = "static_files"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
rocket_codegen = { path = "../../core/codegen" }
|
|
rocket_contrib = { path = "../../contrib/lib" }
|