diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-03 11:09:06 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-04-03 11:09:06 +0200 |
| commit | d85c652d8f5e3c01fec988cc77f2e199dc2f3dce (patch) | |
| tree | 25045b7b3758a3ae18743e691c4a018921f8fe7d /mumlib/Cargo.toml | |
| parent | 3f6281020b72ba949147a282c18c60a2842ad3dc (diff) | |
| download | mum-d85c652d8f5e3c01fec988cc77f2e199dc2f3dce.tar.gz | |
clap -> structopt
I tried to translate the current clap-code into structopt and save any
modifications for later, /but/, some things would've taken too much
energy. But I've forgotten what those were.
Diffstat (limited to 'mumlib/Cargo.toml')
| -rw-r--r-- | mumlib/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml index 43bd8c5..183ebac 100644 --- a/mumlib/Cargo.toml +++ b/mumlib/Cargo.toml @@ -11,9 +11,9 @@ repository = "https://github.com/sornas/mum" license = "MIT" [dependencies] -colored = "2.0" +colored = "2" dirs = "3" fern = "0.6" log = "0.4" -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1", features = ["derive"] } toml = "0.5" |
