sRAC/Cargo.toml
2025-04-19 17:07:46 +03:00

13 lines
314 B
TOML

[package]
name = "sRAC"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.40"
bRAC = { git = "https://github.com/MeexReay/bRAC.git", default-features = false, tag = "0.1.2+2.0" }
md-5 = "0.10.6"
rand = "0.9.0"
clap = { version = "4.5.36", features = ["derive"] }
rustls = "0.23.25"
pkcs12 = "=0.1.0"