mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-11 11:12:06 +00:00
This commit also improves config pretty-printing and warning messages. It also fixes an issue that resulted in config value deprecation warnings not being emitted. The 'workers' value is now a 'usize', not a 'u16'; contrib pool sizes now default to 'workers * 2'. Closes #1470.
10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "config"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib", features = ["secrets"] }
|