Files
tetanus/Cargo.toml
T
pyro 86c3525493 fixed a bug in project promotion where the folder for the project name
would be duplicated, and added rustbuster to the rust tools available!
2026-09-02 14:29:50 -05:00

32 lines
729 B
TOML

[package]
name = "tetanus"
version = "0.1.0"
edition = "2024"
[dependencies]
aes-gcm = "0.11.0"
anyhow = "1.0.103"
clap = { version = "4.6.1", features = ["derive"] }
clipboard = "0.5.0"
crossterm = "0.29.0"
dns-lookup = "4.0.1"
fs_extra = "1.3.0"
headless_chrome = "1.0.22"
ipnet = "2.12.0"
keyring = "4.1.6"
rand = "0.10.2"
ratatui = "0.30.0"
rayon = "1.12.0"
rcgen = "0.14.8"
reqwest = { version = "0.13.4", features = ["blocking"] }
rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
rustls = "0.23.43"
rustls-pemfile = "2.2.0"
sysinfo = "0.39.6"
textwrap = "0.16.2"
tokio = { version = "1.52.3", features = ["full"] }
tokio-rustls = "0.26.4"
trust-dns-resolver = "0.23.2"
walkdir = "2.5.0"