summaryrefslogtreecommitdiff
path: root/oryxc
diff options
context:
space:
mode:
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]