Cargo.toml 343 B

1234567891011121314
  1. [package]
  2. name = "flowy-document-infra"
  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-ot = { path = "../flowy-ot" }
  8. flowy-derive = { path = "../flowy-derive" }
  9. protobuf = {version = "2.18.0"}
  10. bytes = "1.0"
  11. log = "0.4.14"
  12. md5 = "0.7.0"