This commit is contained in:
John Smith
2022-01-23 11:12:54 -05:00
parent 2eeb8e52f2
commit 1decd333c8
4 changed files with 221 additions and 154 deletions

View File

@@ -10,7 +10,9 @@ crate-type = ["cdylib", "staticlib"]
async-std = { version = "^1", features = ["unstable"] }
veilid-core = { path="../../veilid-core" }
flutter_rust_bridge = "^1"
parking_lot = "^0"
log = "^0"
anyhow = { version = "^1", features = ["backtrace"] }
[build-dependencies]
cfg-if = "^1"