Rename crates
This commit is contained in:
25
crates/u-norm/Cargo.toml
Normal file
25
crates/u-norm/Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "u-norm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
fst = "0.4.7"
|
||||
tinyvec = { version = "1.6.0", features = ["alloc"] }
|
||||
u-fst = { path = "../u-fst" }
|
||||
|
||||
[build-dependencies]
|
||||
u-fst = { path = "../u-fst" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.5"
|
||||
proptest = "1.0.0"
|
||||
similar-asserts = "1.2.0"
|
||||
unicode-normalization = "0.1.19"
|
||||
Reference in New Issue
Block a user