dooris/ssh-cli/Cargo.toml
lilly bc0c1b85ca
All checks were successful
Build Container / Build Container (push) Successful in 4m17s
improve ssh-cli interaction surface
- better CLI parameter parsing
- an actual help message
- a new command to list currently known locks
2026-07-19 20:19:47 +02:00

13 lines
334 B
TOML

[package]
name = "ssh-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
eyre = "0.6.12"
reqwest = { version = "0.13.4", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
simple-eyre = "0.3.1"
tokio = { version = "1.53.0", features = ["macros", "rt"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"