open token

This commit is contained in:
2020-04-28 14:27:14 +02:00
parent 65e1dead8b
commit 2ec8679c47
6 changed files with 193 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.7"
version = "0.2.8"
authors = ["shimunn <shimun@shimun.net>"]
edition = "2018"
@@ -20,7 +20,8 @@ ring = "0.13.5"
failure = "0.1.5"
rpassword = "4.0.1"
structopt = "0.3.2"
libcryptsetup-rs = "0.2.0"
#libcryptsetup-rs = "0.3.0"
libcryptsetup-rs = { git = "https://github.com/shimunn/libcryptsetup-rs.git", branch = "luks2_token_set" }
serde_json = "1.0.51"
serde_derive = "1.0.106"
serde = "1.0.106"