watcher/wallet/Cargo.toml
Victor Vobis ba7de2aa53 bless
2025-09-03 20:31:38 +02:00

12 lines
223 B
TOML

[package]
name = "wallet"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.29.0"
ws = "0.9.2"
vlogger = { path = "../lib/logger-rs" }
clap = { version = "4.5.47", features = ["derive"] }