summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'oryxc/Cargo.toml')
-rw-r--r--oryxc/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml
index 1b418f3..267e889 100644
--- a/oryxc/Cargo.toml
+++ b/oryxc/Cargo.toml
@@ -5,9 +5,8 @@ edition = "2024"
[dependencies]
crossbeam-deque = "0.8.6"
-dashmap = "6.1.0"
# icu = { version = "2.1.1", features = ["compiled_data"] }
-lexopt = "0.3.2"
+clap = { version = "4", features = ["derive"] }
# num-rational = "0.4.2"
phf = { version = "0.13.1", features = ["macros"] }
soa-rs = "0.9.1"