Cargo.toml 380 B

12345678910111213
  1. [package]
  2. name = "flowy-folder-deps"
  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. lib-infra = { path = "../../../shared-lib/lib-infra" }
  8. flowy-error = { workspace = true }
  9. collab-folder = { version = "0.1.0" }
  10. uuid = { version = "1.3.3", features = ["v4"] }
  11. anyhow = "1.0.71"