Files
OpenSK/libraries/persistent_store/Cargo.toml
Egor Duda db26f6125b Implement file-backed persistent storage
This allows running ctap2 authenticator application on non-embedded host OS
to implement virtual FIDO2 authenticator for QEMU
2022-06-05 15:08:52 +03:00

16 lines
232 B
TOML

[package]
name = "persistent_store"
version = "0.1.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
[dev-dependencies]
tempfile = "3"
[features]
std = []
hostenv = ["std"]