Initial commit
This commit is contained in:
17
crates/smol-uca/Cargo.toml
Normal file
17
crates/smol-uca/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "smol-uca"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ufst = { path = "../ufst" }
|
||||
unf = { path = "../unf" }
|
||||
|
||||
[build-dependencies]
|
||||
bytemuck = "1.9.1"
|
||||
parse = { path = "../parse" }
|
||||
ufst = { path = "../ufst" }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "1.0.0"
|
||||
similar-asserts = "1.2.0"
|
||||
Reference in New Issue
Block a user