Initial commit
This commit is contained in:
16
crates/unf/Cargo.toml
Normal file
16
crates/unf/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "unf"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
fst = "0.4.7"
|
||||
tinyvec = { version = "1.6.0", features = ["alloc"] }
|
||||
ufst = { path = "../ufst" }
|
||||
|
||||
[build-dependencies]
|
||||
ufst = { path = "../ufst" }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "1.0.0"
|
||||
similar-asserts = "1.2.0"
|
||||
Reference in New Issue
Block a user