10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "libcrypto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chacha20poly1305 = { workspace = true }
|
|
rand = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
thiserror = { workspace = true } |