Files
rexec/Cargo.toml

21 lines
429 B
TOML
Raw Normal View History

2023-06-15 16:30:49 +03:00
[package]
name = "rexec"
2023-06-20 02:56:44 +03:00
version = "1.0.0"
2023-06-15 16:30:49 +03:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dns-lookup = "2.0.2"
2023-06-16 14:31:16 +03:00
log = "0.4.0"
env_logger = "0.10.0"
2023-06-15 16:30:49 +03:00
massh = "0.6.3"
2023-06-16 14:31:16 +03:00
whoami = "1.4.0"
lazy-st = "0.2.2"
regex = "1"
clap = { version = "4.3.4", features = ["derive"] }
colored = "2.0.0"
dialoguer = "0.10.4"
2023-06-16 17:38:56 +03:00
itertools = "0.10.5"
2023-06-20 01:41:07 +03:00
brace-expand = "0.1.0"