1
0
Files
information-security/Cargo.toml
2024-10-10 01:04:48 +03:00

16 lines
332 B
TOML

[package]
name = "information-security"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive"] }
dialoguer = "0.11.0"
hex = "0.4.3"
itertools = "0.13.0"
ndarray = "0.16.1"
num = { version = "0.4.3", features = ["rand", "num-bigint"] }
rand = "0.8.5"
rayon = "1.10.0"