summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-11-30 12:57:04 +0100
committerGitHub <noreply@github.com>2023-11-30 12:57:04 +0100
commit5bdec9e1d81f0193e88e136453945481021440e1 (patch)
treee054220ee900d5a5ce89830641004d6c0b68fc94 /Cargo.toml
parent79c2d1f29eb0be9d9dfd20f48fa8f54388fada6b (diff)
Optimized labels & introspector (#2801)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c1d21a1..2aca6f18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,7 @@ clap_mangen = "0.2.10"
codespan-reporting = "0.11"
comemo = "0.3.1"
csv = "1"
+dashmap = "5.5"
dirs = "5"
ecow = { version = "0.2", features = ["serde"] }
env_proxy = "0.4"