watcher/wallet/Cargo.toml
Victor Vobis 891f93de6b bless
2025-09-05 17:39:37 +02:00

13 lines
268 B
TOML

[package]
name = "wallet"
version = "0.1.0"
edition = "2024"
[dependencies]
age = { version = "0.11.1", features = ["cli-common"] }
hex = "0.4.3"
k256 = { version = "0.13.4", features = ["serde"] }
sha3 = "0.10.8"
shared = { path = "../shared" }
thiserror = "2.0.16"