Cargo.toml 760 B

12345678910111213141516171819202122232425262728293031
  1. [workspace]
  2. members = [
  3. "crates/cashu",
  4. "crates/cashu-sdk",
  5. "bindings/uniffi-bindgen",
  6. "bindings/cashu-ffi",
  7. ]
  8. [workspace.package]
  9. license = "BSD-3-Clause"
  10. homepage = "https://github.com/thesimplekid/cashu-crab"
  11. repository = "https://github.com/thesimplekid/cashu-crab.git"
  12. [workspace.metadata]
  13. authors = ["thesimplekid"]
  14. edition = "2021"
  15. description = "cashu-crab"
  16. readme = "README.md"
  17. repository = "https://github.com/thesimplekid/cashu-rs-mint"
  18. license-file = "LICENSE"
  19. keywords = ["bitcoin", "e-cash", "cashu"]
  20. [workspace.dependencies]
  21. serde = { version = "1.0.160", features = ["derive"]}
  22. serde_json = "1.0.96"
  23. url = "2.3.1"
  24. tokio = { version = "1", default-features = false }
  25. tracing = "0.1"
  26. tracing-subscriber = "0.3"
  27. uniffi = "0.24"