feat: update info
This commit is contained in:
13
src/config.rs
Normal file
13
src/config.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct TinyEncryptConfig {
|
||||
// card cli is not used by tiny-encrypt-rs
|
||||
pub card_cli: String,
|
||||
pub default_key_name: String,
|
||||
pub local_private_key_pem_challenge: String,
|
||||
pub local_private_key_pem_encrypted: String,
|
||||
pub local_public_key_pem: String,
|
||||
pub pgp_encrypt_public_key_pem: Option<String>,
|
||||
}
|
||||
Reference in New Issue
Block a user