watcher/wallet/Cargo.toml
Victor Vobis 954a7219b0 bless
2025-09-04 20:00:37 +02:00

11 lines
191 B
TOML

[package]
name = "wallet"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = "0.4.3"
k256 = { version = "0.13.4", features = ["serde"] }
sha3 = "0.10.8"
shared = { path = "../shared" }