f321x / cashu-escrow-kit

Ecash escrow provider and client concept. Ecash hackathon project with @rodant.
MIT License
14 stars 3 forks source link

Use workspace inheritance to reduce duplicate deps across crates #25

Closed f321x closed 2 months ago

f321x commented 2 months ago

Define dependencies used across the different crates in the workspace Cargo.toml and inherit to the other crate. This way we're able to update dependencies in a single place (the workspace Cargo.toml).