12345678910111213141516171819202122232425262728293031323334353637 |
- [workspace]
- members = [
- "crates/cashu",
- "crates/cashu-sdk",
- "bindings/uniffi-bindgen",
- "bindings/cashu-ffi",
- "bindings/cashu-sdk-ffi",
- "bindings/cashu-js",
- "bindings/cashu-sdk-js"
- ]
- resolver = "2"
- [workspace.package]
- license = "BSD-3-Clause"
- homepage = "https://github.com/thesimplekid/cashu-crab"
- repository = "https://github.com/thesimplekid/cashu-crab.git"
- rust-version = "1.70.0"
- [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.32", default-features = false }
- tracing = { version = "0.1", default-features = false }
- tracing-subscriber = "0.3"
- uniffi = "0.24"
|