Cargo.toml 789 B

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