2024-12-11 10:42:44 +01:00
|
|
|
[package]
|
2024-12-11 13:14:28 +01:00
|
|
|
name = "multi-ssh"
|
2026-08-26 15:18:40 +02:00
|
|
|
version = "0.2.0"
|
2026-08-31 15:40:44 +02:00
|
|
|
edition = "2024"
|
2024-12-11 10:42:44 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-08-31 15:40:44 +02:00
|
|
|
clap = { version = "4.6.6", features = ["derive"] }
|
|
|
|
|
lazy-regex = "3.6.1"
|
|
|
|
|
shell-words = "1.1.1"
|
|
|
|
|
homedir = "0.3.6"
|