veilid/veilid-flutter/rust/Cargo.toml
2022-01-23 11:12:54 -05:00

19 lines
375 B
TOML

[package]
name = "veilid-flutter"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
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"