generated from pure_sagacity/rust-starter
added the crypto crate with tests and function
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "crypto"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chacha20poly1305 = { version = "0.11", features = ["getrandom"] }
|
||||
rand = "0.10"
|
||||
Reference in New Issue
Block a user