From 5df9a24dbfa69884ac473c1e6c15187371362980 Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Fri, 6 Mar 2026 12:29:06 +0100 Subject: Add unicode-normalization to deps --- oryxc/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oryxc') 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] -- cgit v1.2.3