fido_ssh_maker/Cargo.toml

14 lines
372 B
TOML
Raw Normal View History

2023-08-14 10:04:07 -05:00
[package]
name = "fido_ssh_maker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive"] }
ctap-hid-fido2 = "3.5.0"
ssh-encoding = { version = "0.1.0" }
ssh-key = { version = "0.5.0", features = ["ed25519"] }