thistle/Cargo.toml
2026-06-23 01:35:22 +10:00

16 lines
419 B
TOML

[package]
name = "thistle"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { version = "1.0.102", features = ["backtrace"] }
base16ct = { version = "1.0.0", features = ["alloc"] }
ctap-hid-fido2 = "3.5.11"
hkdf = "0.13.0"
postcard = { version = "1.1.3", features = ["use-std"] }
rand = "0.10.1"
rpassword = "7.5.4"
serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.11.0"
sha2-const = "0.1.3"