Add macos/ios app using rust lib

This commit is contained in:
Piv
2023-02-03 21:29:23 +10:30
parent 1168ca46db
commit 734a19f711
25 changed files with 1265 additions and 8 deletions

View File

@@ -17,4 +17,7 @@ serde = { version = "1", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
anyhow = "1.0"
itertools = "0.10.3"
itertools = "0.10.3"
[lib]
crate-type = ["cdylib", "staticlib", "lib"]