diff options
author | fxqnlr <[email protected]> | 2024-09-04 13:48:32 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-04 13:48:32 +0200 |
commit | 7a85cf311c85ab45c75098dae58b5ebf5fef60bc (patch) | |
tree | 8f65f35da12add062df7fdf6d63d47c664542261 /Cargo.toml | |
parent | 638dc58e86ba3bbe31d50e72788c9681d414e0ae (diff) | |
download | modlist-7a85cf311c85ab45c75098dae58b5ebf5fef60bc.tar modlist-7a85cf311c85ab45c75098dae58b5ebf5fef60bc.tar.gz modlist-7a85cf311c85ab45c75098dae58b5ebf5fef60bc.zip |
add config crate, slight cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,3 +19,4 @@ dirs = "5.0.0" | |||
19 | clap = { version = "4.2.1", features = ["derive"] } | 19 | clap = { version = "4.2.1", features = ["derive"] } |
20 | clap_complete = "4.2.0" | 20 | clap_complete = "4.2.0" |
21 | indicatif = "0.17.3" | 21 | indicatif = "0.17.3" |
22 | config = "0.14.0" | ||