trigger-rs/crates/trigger-cryptography/Cargo.toml
2025-02-21 14:03:43 +03:00

11 lines
220 B
TOML

[package]
name = "trigger-cryptography"
edition = "2024"
version.workspace = true
[dependencies]
rsa.workspace = true
rand.workspace = true
rand_mt.workspace = true
thiserror.workspace = true
byteorder.workspace = true