Cargo.toml 451 B

1234567891011121314151617
  1. [package]
  2. name = "flowy-test"
  3. version = "0.1.0"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. flowy-sdk = { path = "../flowy-sdk"}
  8. flowy-sys = { path = "../flowy-sys"}
  9. serde = { version = "1.0", features = ["derive"] }
  10. bincode = { version = "1.3"}
  11. protobuf = {version = "2.24.1"}
  12. claim = "0.5.0"
  13. tokio = { version = "1", features = ["full"]}
  14. futures-util = "0.3.15"