mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 04:55:27 +00:00
allow globs in config file paths
The configuration parser will have to be changed again because YAML does not support asterisks in its key names.
This commit is contained in:
parent
49813d0c68
commit
fdca530591
5 changed files with 86 additions and 22 deletions
|
|
@ -23,6 +23,7 @@ percent-encoding = "2.1"
|
|||
rustls = "0.19.0"
|
||||
url = "2.2"
|
||||
yaml-rust = "0.4"
|
||||
glob = "0.3"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue