summaryrefslogtreecommitdiff
path: root/oryxc
diff options
context:
space:
mode:
authorromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-06 12:29:06 +0100
committerromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-06 13:14:38 +0100
commit5df9a24dbfa69884ac473c1e6c15187371362980 (patch)
tree9d763520a11932d56cb67de94836b750a06d43f1 /oryxc
parentc72d67547813648650dcd0d9dea58ec13a69b432 (diff)
Add unicode-normalization to deps
Diffstat (limited to 'oryxc')
-rw-r--r--oryxc/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml
index 62936a0..4230086 100644
--- a/oryxc/Cargo.toml
+++ b/oryxc/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "oryx"
+name = "oryxc"
version = "0.1.0"
edition = "2024"
@@ -10,6 +10,7 @@ crossbeam-deque = "0.8.6"
dashmap = "6.1.0"
phf = { version = "0.13.1", features = ["macros"] }
soa-rs = "0.9.1"
+unicode-normalization = "0.1.25"
unicode-width = "0.2.2"
[features]