mirror of
https://github.com/Astatin3/CC2.git
synced 2026-06-09 00:18:00 -06:00
10 lines
155 B
TOML
10 lines
155 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"] }
|