Cargo.toml 443 B

1234567891011121314
  1. [package]
  2. name = "backend-api"
  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-net = { path = "../flowy-net", features = ["flowy_request"] }
  8. flowy-workspace-infra = { path = "../flowy-workspace-infra" }
  9. flowy-user-infra = { path = "../flowy-user-infra" }
  10. log = "0.4.14"
  11. lazy_static = "1.4.0"
  12. tokio = { version = "1", features = ["rt"] }