diff options
| author | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-04 21:01:09 +0100 |
|---|---|---|
| committer | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-06 12:20:05 +0100 |
| commit | 6826cf0be1816a8320835ab315d46063dc746aac (patch) | |
| tree | 7b658f017a1808b1cc6e4bd9d3c4772e24af1bc2 /oryxc/Cargo.toml | |
| parent | 7da5cb749ee608a9455c2fd157273563279ee51c (diff) | |
buildscript
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index a7ab1e4..aeeea7d 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -1,15 +1,16 @@ [package] -name = "oryxc" +name = "oryx" version = "0.1.0" edition = "2024" [dependencies] boxcar = "0.2.14" -clap = { version = "4", features = ["derive"] } +clap = { version = "4", features = ["derive"] } crossbeam-deque = "0.8.6" dashmap = "6.1.0" +phf = { version = "0.13.1", features = ["macros"] } +soa-rs = "0.9.1" +unicode-width = "0.2.2" + # num-rational = "0.4.2" -phf = { version = "0.13.1", features = ["macros"] } -soa-rs = "0.9.1" -unicode-normalization = "0.1.25" -unicode-width = "0.2.2" +# icu = { version = "2.1.1", features = ["compiled_data"] } |