diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
| commit | 7d42170c8625de0fe44b98f47e8b9a603a9de794 (patch) | |
| tree | 86623e0e0809d23ee3dd861ad7006ff21672e455 /oryxc/Cargo.toml | |
Genesis commit
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml new file mode 100644 index 0000000..88464ca --- /dev/null +++ b/oryxc/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "oryx" +version = "0.1.0" +edition = "2024" + +[dependencies] +crossbeam-deque = "0.8.6" +dashmap = "6.1.0" +# icu = { version = "2.1.1", features = ["compiled_data"] } +lexopt = "0.1.0" +# num-rational = "0.4.2" +phf = { version = "0.13.1", features = ["macros"] } +soa-rs = "0.9.1" |