easier integration with a future gui, and makes everything nice and fast... still tracking down a problem with distrobox creation and figuring out how to handle interactive input for other processes.
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "tetanus_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chacha20poly1305 = "0.10.1"
|
|
clap = { version = "4.5.51", features = ["derive"] }
|
|
colored = "3.0.0"
|
|
dns-lookup = "3.0.1"
|
|
num_cpus = "1.17.0"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
walkdir = "2.5.0"
|