mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 04:42:40 +00:00
b1d05d20ac
This completes the graduation of stable 'contrib' features to 'core'. Closes #1107.
10 lines
154 B
TOML
10 lines
154 B
TOML
[package]
|
|
name = "static-files"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|