Cargo.toml 686 B

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