feat: update spec.rs

This commit is contained in:
2023-09-02 13:41:52 +08:00
parent 7625cd9b9a
commit bfa88140bd

View File

@@ -14,6 +14,7 @@ pub struct TinyEncryptConfig {
pub pgp_encrypt_public_key_pem: Option<String>,
}
/// Specification: https://git.hatter.ink/hatter/tiny-encrypt-java/src/branch/master/TinyEncryptSpecV1.1.md
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct TinyEncryptMeta {