12345678910111213141516171819202122232425262728 |
- [workspace]
- members = [
- "crates/cashu",
- "crates/cashu-sdk"
- ]
- [workspace.package]
- license = "BSD-3-Clause"
- homepage = "https://github.com/thesimplekid/cashu-crab"
- repository = "https://github.com/thesimplekid/cashu-crab.git"
- [workspace.metadata]
- authors = ["thesimplekid"]
- edition = "2021"
- description = "cashu-crab"
- readme = "README.md"
- repository = "https://github.com/thesimplekid/cashu-rs-mint"
- license-file = "LICENSE"
- keywords = ["bitcoin", "e-cash", "cashu"]
- [workspace.dependencies]
- serde = { version = "1.0.160", features = ["derive"]}
- serde_json = "1.0.96"
- url = "2.3.1"
- tokio = { version = "1", default-features = false }
- tracing = "0.1"
- tracing-subscriber = "0.3"
|