mirror of
https://github.com/LordGrimmauld/yubi-oath-rs.git
synced 2025-03-03 21:34:40 +01:00
23 lines
466 B
TOML
23 lines
466 B
TOML
[dependencies]
|
|
apdu-core = "0.4.0"
|
|
getrandom = "0.3.1"
|
|
hmac = "0.12.1"
|
|
iso7816-tlv = "0.4.4"
|
|
ouroboros = "0.18.5"
|
|
pbkdf2 = {version = "0.12.2", features = ["sha1"]}
|
|
pcsc = "2.9.0"
|
|
regex = "1.11.1"
|
|
sha1 = "0.10.6"
|
|
sha2 = "0.10.8"
|
|
|
|
[[example]]
|
|
name = "example"
|
|
path = "./src/example.rs"
|
|
|
|
[package]
|
|
name = "ykoath2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Grimmauld <grimmauld@grimmauld.de>"]
|
|
description = "experiments with smartcards"
|
|
license-file = "LICENSE"
|