Rename crates

This commit is contained in:
2022-05-24 20:58:27 +02:00
parent 8a8baffba8
commit 9f44196e6c
51 changed files with 2531 additions and 54 deletions

18
crates/u-sort/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "u-sort"
version = "0.1.0"
edition = "2021"
[dependencies]
parse = { path = "../parse" }
u-fst = { path = "../u-fst" }
u-norm = { path = "../u-norm" }
[build-dependencies]
bytemuck = "1.9.1"
parse = { path = "../parse" }
u-fst = { path = "../u-fst" }
[dev-dependencies]
proptest = "1.0.0"
similar-asserts = "1.2.0"