Files

9 lines
157 B
TOML

[package]
name = "crypto"
version = "0.1.0"
edition = "2024"
[dependencies]
chacha20poly1305 = { version = "0.11", features = ["getrandom"] }
rand = "0.10"