Cargo.toml 449 B

1234567891011121314151617
  1. [package]
  2. name = "flowy-error-code"
  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 = "../flowy-derive" }
  8. protobuf = {version = "2.18.0"}
  9. derive_more = {version = "0.99", features = ["display"]}
  10. [build-dependencies]
  11. lib-infra = { path = "../lib-infra", features = ["protobuf_file_gen"] }
  12. [features]
  13. dart = ["lib-infra/dart"]