aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index face9a2..5ee41b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }