Cargo.toml 387 B

12345678910111213
  1. [package]
  2. name = "flowy-error"
  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-derive = { path = "../../../shared-lib/flowy-derive" }
  8. derive_more = {version = "0.99", features = ["display"]}
  9. lib-dispatch = { path = "../lib-dispatch" }
  10. protobuf = {version = "2.20.0"}
  11. bytes = "1.0"