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"
|
2024-12-11 10:42:44 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
clap = { version = "4.5.23", features = ["derive"] }
|
2024-12-12 11:59:00 +01:00
|
|
|
lazy-regex = "3.3.0"
|
2024-12-15 14:34:19 +01:00
|
|
|
shell-words = "1.1.0"
|
2025-02-01 13:52:34 +01:00
|
|
|
homedir = "0.3.4"
|