Implement file-backed persistent storage
This allows running ctap2 authenticator application on non-embedded host OS to implement virtual FIDO2 authenticator for QEMU
This commit is contained in:
@@ -7,5 +7,9 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
||||
[features]
|
||||
std = []
|
||||
hostenv = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user