feat: v0.2.0-dev, encrypt supports x25519
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tiny-encrypt"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0-dev"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "A simple and tiny file encrypt tool"
|
||||
@@ -26,6 +26,7 @@ serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
sha256 = "1.4.0"
|
||||
simpledateformat = "0.1.4"
|
||||
x25519-dalek = "2.0.0"
|
||||
x509-parser = "0.15.1"
|
||||
yubikey = { version = "0.8.0", features = ["untested"] }
|
||||
zeroize = "1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user