vet workspace dependencies (#163)

- Update the used workspace dependencies.
- Remove the unused workspace dependencies.
- Add the machete CI workflow.
This commit is contained in:
Cyrill Leutwiler
2025-01-15 20:14:54 +01:00
committed by GitHub
parent ad805543b3
commit 3e7579580b
10 changed files with 282 additions and 170 deletions
+3
View File
@@ -7,6 +7,9 @@ repository.workspace = true
authors.workspace = true
description = "Execute revive contracts in a simulated blockchain runtime"
[package.metadata.cargo-machete]
ignored = ["codec", "scale-info"]
[features]
std = ["polkadot-sdk/std"]
default = ["solidity"]