This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/yanagi-encryption/Cargo.toml
2024-11-25 02:17:19 +03:00

12 lines
241 B
TOML

[package]
name = "yanagi-encryption"
edition = "2021"
version.workspace = true
[dependencies]
rsa.workspace = true
rand.workspace = true
rand_mt.workspace = true
thiserror.workspace = true
byteorder.workspace = true
common.workspace = true