summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-30 01:35:09 +0200
committerThomas Voss <mail@thomasvoss.com> 2026-03-30 01:35:09 +0200
commit15ddca0982d2f7fb5a46894733573d3040a71bc7 (patch)
tree64ad24cc5a4e6d9349e58efed22a9ca9b72e9ff7 /oryxc/Cargo.toml
parentdb11ea02d777a33fedb6af4ee056e85f52fbb008 (diff)
Clap my beloved
Diffstat (limited to 'oryxc/Cargo.toml')
-rw-r--r--oryxc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml
index 4230086..23ae95b 100644
--- a/oryxc/Cargo.toml
+++ b/oryxc/Cargo.toml
@@ -5,9 +5,9 @@ edition = "2024"
[dependencies]
boxcar = "0.2.14"
-clap = { version = "4", features = ["derive"] }
crossbeam-deque = "0.8.6"
dashmap = "6.1.0"
+lexopt = "0.3.2"
phf = { version = "0.13.1", features = ["macros"] }
soa-rs = "0.9.1"
unicode-normalization = "0.1.25"