trigger-rs/crates/trigger-cryptography/Cargo.toml

12 lines
220 B
TOML
Raw Normal View History

2025-02-21 11:03:43 +00:00
[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