You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "sshn-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
|
|
|
|
|
|
env_logger = "0.11.3"
|
|
|
|
log = "0.4.21"
|
|
|
|
|
|
|
|
sshn-lib = { path = "../sshn-lib" }
|
|
|
|
|
|
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
|
|
|
fantoccini = "0.19.3"
|
|
|
|
thiserror = "1.0.59"
|
|
|
|
rpassword = "7.3.1"
|
|
|
|
serde = { version = "1.0.198", features = ["derive"] }
|
|
|
|
keyring = "2.3.2"
|
|
|
|
whoami = "1.5.1"
|
|
|
|
serde_json = "1.0.116"
|
|
|
|
prettytable = "0.10.0"
|