feat: v1.8.3, fix lib issue
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1871,7 +1871,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tiny-encrypt"
|
name = "tiny-encrypt"
|
||||||
version = "1.8.2"
|
version = "1.8.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm-stream",
|
"aes-gcm-stream",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tiny-encrypt"
|
name = "tiny-encrypt"
|
||||||
version = "1.8.2"
|
version = "1.8.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A simple and tiny file encrypt tool"
|
description = "A simple and tiny file encrypt tool"
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ pub use cmd_initpiv::CmdInitPiv;
|
|||||||
pub use cmd_initpiv::init_piv;
|
pub use cmd_initpiv::init_piv;
|
||||||
pub use cmd_version::CmdVersion;
|
pub use cmd_version::CmdVersion;
|
||||||
pub use cmd_version::version;
|
pub use cmd_version::version;
|
||||||
|
pub use config::TinyEncryptConfig;
|
||||||
|
|
||||||
mod consts;
|
mod consts;
|
||||||
mod util;
|
mod util;
|
||||||
|
|||||||
Reference in New Issue
Block a user