mirror of
https://github.com/Astatin3/CC2.git
synced 2026-06-08 16:08:00 -06:00
13 lines
234 B
TOML
13 lines
234 B
TOML
[package]
|
|
name = "sig"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
cbc = "0.1.2"
|
|
clap = { version = "4.5.37", features = ["derive"] }
|
|
rand = "0.8.5"
|
|
rsa = "0.9.8"
|
|
sha2 = { version = "0.10.9", features = ["oid"] }
|