diff options
| author | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-04 18:23:43 +0100 |
|---|---|---|
| committer | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-04 18:23:43 +0100 |
| commit | c6789ab3e29d33230da090fe7d8175d9210fa7ab (patch) | |
| tree | faeb9a91e867df04af32fb0e35050192ba488f6e /oryxc/Cargo.toml | |
| parent | b2daffe68f633e4ecb24caceea1b3a8f031ba6a4 (diff) | |
less retarded cli args
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index 1b418f3..4308b1a 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" 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" |