feat: supports yubikey init

This commit is contained in:
2023-08-13 21:26:16 +08:00
parent e16c28f2ab
commit b5e13dc13a
8 changed files with 393 additions and 48 deletions

View File

@@ -22,6 +22,8 @@ rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.19", features = ["full"] }
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }
rusqlite = "0.28"
yubico_manager = "0.9"
rpassword = "7.2"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.13"