feat: v0.3.2, store file create/modified time and restore
This commit is contained in:
@@ -97,6 +97,10 @@ impl TinyEncryptEnvelopType {
|
||||
pub struct EncEncryptedMeta {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub filename: Option<String>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub c_time: Option<u64>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub m_time: Option<u64>,
|
||||
}
|
||||
|
||||
impl EncEncryptedMeta {
|
||||
|
||||
Reference in New Issue
Block a user