diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 20:31:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 20:31:24 +0100 |
| commit | 2a18c3b5841a8bd7ff1776c9801fd2d50e35ba10 (patch) | |
| tree | 485d5c22216869e18215d01caab0d5dd09f459bb /oryxc/Cargo.toml | |
| parent | ed3258836d0f4e806352ce60bec65a1ea26c8987 (diff) | |
| parent | ff258d9ce16fb99ef2fe3cfbae65634b98f782d2 (diff) | |
Merge pull request #1 from romirk/romirk/misc
vec supremacy
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 3 |
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" |