Cargo.toml 421 B

123456789101112131415161718
  1. [package]
  2. name = "flowy-http-model"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. bytes = "1.0"
  8. lib-infra = { path = "../lib-infra" }
  9. flowy-derive = { path = "../flowy-derive" }
  10. protobuf = {version = "2.18.0"}
  11. md5 = "0.7.0"
  12. [build-dependencies]
  13. flowy-codegen= { path = "../flowy-codegen", features = ["proto_gen"]}