2024-11-11 17:43:58 +01:00
|
|
|
[package]
|
2024-12-01 22:31:11 +01:00
|
|
|
name = "nim"
|
2024-11-11 17:43:58 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-12-04 18:56:44 +01:00
|
|
|
async-trait = "0.1.83"
|
2024-11-11 20:05:59 +01:00
|
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
|
|
color-eyre = "0.6.3"
|
2024-12-04 18:56:44 +01:00
|
|
|
futures = "0.3.31"
|
|
|
|
openssh = "0.11.4"
|
2024-11-13 18:58:21 +01:00
|
|
|
regex = "1.11.1"
|
2024-11-11 20:05:59 +01:00
|
|
|
reqwest = "0.12.9"
|
|
|
|
serde = { version = "1.0.214", features = ["derive"] }
|
|
|
|
serde_json = "1.0.132"
|
|
|
|
tokio = { version = "1.41.1", features = ["full"] }
|