feat: Support export and import with different password #30
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ mod bitwarden;
|
||||||
|
|
||||||
pub use bitwarden::*;
|
pub use bitwarden::*;
|
||||||
|
|
||||||
#[derive(Clone, Debug, ValueEnum)]
|
#[derive(Clone, Debug, ValueEnum, Eq, PartialEq)]
|
||||||
/// The vaults format
|
/// The vaults format
|
||||||
pub enum Format {
|
pub enum Format {
|
||||||
/// The lprs format, which is the default format
|
/// The lprs format, which is the default format
|
||||||
|
|
Loading…
Reference in a new issue