Cargo.toml 563 B

12345678910111213141516171819202122232425262728
  1. [workspace]
  2. members = [
  3. "crates/*",
  4. ]
  5. resolver = "2"
  6. [workspace.package]
  7. license = "MIT"
  8. homepage = "https://github.com/cashubtc/cdk"
  9. repository = "https://github.com/cashubtc/cdk.git"
  10. version = "0.5.0"
  11. [workspace.metadata]
  12. authors = ["CDK Developers"]
  13. edition = "2021"
  14. description = "Cashu Development Kit"
  15. readme = "README.md"
  16. repository = "https://github.com/cashubtc/cdk"
  17. license-file = "LICENSE"
  18. keywords = ["bitcoin", "e-cash", "cashu"]
  19. [profile.ci]
  20. inherits = "dev"
  21. incremental = false
  22. lto = "off"
  23. [workspace.metadata.crane]
  24. name = "cdk-workspace"