16 lines
310 B
TOML
16 lines
310 B
TOML
[package]
|
|
name = "xboctploy"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.104"
|
|
clap = { version = "4.6.6", features = ["derive"] }
|
|
colored = "3.1.1"
|
|
home = "0.5.12"
|
|
serde = { version = "1.0.229", features = ["derive"] }
|
|
ssh2 = "0.9.6"
|
|
ssh2-config = "0.7.2"
|
|
toml = "1.1.4"
|
|
walkdir = "2.5.0"
|