This commit is contained in:
Cilly Leang 2026-06-23 01:35:22 +10:00
commit 41042ecbb0
Signed by: cilly
GPG key ID: 6500251E087653C9
7 changed files with 1576 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[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"