generated from pure_sagacity/rust-starter
9 lines
157 B
TOML
9 lines
157 B
TOML
[package]
|
|
name = "crypto"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chacha20poly1305 = { version = "0.11", features = ["getrandom"] }
|
|
rand = "0.10"
|