init small ssh-cli to accept commands over SSH and operate local locks
All checks were successful
Build Container / Build Container (push) Successful in 1m42s
All checks were successful
Build Container / Build Container (push) Successful in 1m42s
This commit is contained in:
parent
a7692dc894
commit
504d64ea57
5 changed files with 2062 additions and 0 deletions
12
ssh-cli/Cargo.toml
Normal file
12
ssh-cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "ssh-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.5"
|
||||
eyre = "0.6.12"
|
||||
reqwest = { version = "0.13.4", features = ["blocking", "json"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
Loading…
Add table
Add a link
Reference in a new issue