init
This commit is contained in:
commit
41042ecbb0
7 changed files with 1576 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue