mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
23 lines
636 B
TOML
23 lines
636 B
TOML
[package]
|
|
name = "flowy-test"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
flowy-sdk = { path = "../flowy-sdk"}
|
|
flowy-dispatch = { path = "../flowy-dispatch"}
|
|
flowy-user = { path = "../flowy-user"}
|
|
flowy-workspace = { path = "../flowy-workspace"}
|
|
flowy-infra = { path = "../flowy-infra"}
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = { version = "1.3"}
|
|
protobuf = {version = "2.24.1"}
|
|
claim = "0.5.0"
|
|
tokio = { version = "1", features = ["full"]}
|
|
futures-util = "0.3.15"
|
|
thread-id = "3.3.0"
|
|
log = "0.4"
|
|
bytes = "1.0" |