diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 22:35:46 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 22:35:47 -0400 |
| commit | e0a9b18f45858829f88cbe20611aaf696fc5bf6a (patch) | |
| tree | baef5abb258a7857fabb3f084627acd9a469677f /Cargo.toml | |
| parent | ef056edf92b678265a4666e1f9405e3b0ce66a42 (diff) | |
restore support for volume commands
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ edition = "2021" [package] name = "thulani" -version = "0.3.1" +version = "0.4.0" edition.workspace = true authors.workspace = true default-run = "thulani" @@ -55,6 +55,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" timeago = "0.4" fnv = "1.0" +dashmap = "6.0" clap = { version = "4.5", features = ["derive"] } |
