Cargo.toml 532 B

1234567891011121314151617181920
  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-dispatch = { path = "../flowy-dispatch"}
  9. flowy-user = { path = "../flowy-user"}
  10. serde = { version = "1.0", features = ["derive"] }
  11. bincode = { version = "1.3"}
  12. protobuf = {version = "2.24.1"}
  13. claim = "0.5.0"
  14. tokio = { version = "1", features = ["full"]}
  15. futures-util = "0.3.15"
  16. thread-id = "3.3.0"
  17. log = "0.4"