mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Feat/appflowy tauri 3 (#1914)
This commit is contained in:
2
frontend/rust-lib/dart-ffi/.cargo/config.toml
Normal file
2
frontend/rust-lib/dart-ffi/.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[build]
|
||||
rustflags = ["--cfg", "tokio_unstable"]
|
@ -13,14 +13,14 @@ crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
allo-isolate = { version = "^0.1", features = ["catch-unwind"] }
|
||||
byteorder = { version = "1.3.4" }
|
||||
protobuf = { version = "2.20.0" }
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
|
||||
log = "0.4.14"
|
||||
byteorder = { version = "1.4.3" }
|
||||
protobuf = { version = "2.28.0" }
|
||||
tokio = { version = "1.26", features = ["full", "rt-multi-thread", "tracing"] }
|
||||
log = "0.4.17"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0" }
|
||||
bytes = { version = "1.0" }
|
||||
crossbeam-utils = "0.8.7"
|
||||
bytes = { version = "1.4" }
|
||||
crossbeam-utils = "0.8.15"
|
||||
lazy_static = "1.4.0"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
Reference in New Issue
Block a user