rust-keylogger/keygen/Cargo.toml
2024-11-30 18:31:38 +01:00

10 lines
225 B
TOML

[package]
name = "rust_rsa_key_gen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint-dig = "0.8.4"
rand = "0.8.5"