mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
use configparser crate
This parser can correctly read globs from configuration keys which allows their use not just in theory in the server logic but in the config file too.
This commit is contained in:
parent
fdca530591
commit
197e4592b9
5 changed files with 126 additions and 147 deletions
|
|
@ -13,7 +13,7 @@ exclude = ["/tools", ".github/", "release.sh", "/content"]
|
|||
|
||||
[dependencies]
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio = { version = "1.1", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
getopts = "0.2.21"
|
||||
log = "0.4"
|
||||
|
|
@ -22,8 +22,8 @@ once_cell = "1.5"
|
|||
percent-encoding = "2.1"
|
||||
rustls = "0.19.0"
|
||||
url = "2.2"
|
||||
yaml-rust = "0.4"
|
||||
glob = "0.3"
|
||||
configparser = "2.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue