Files
card-cli/Cargo.toml
2021-07-03 00:15:32 +08:00

20 lines
418 B
TOML

[package]
name = "webauthn-cli"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
authenticator = "0.3"
clap = "2.33"
rust_util = "0.6"
sha2 = "0.9"
rand = "0.8"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
u2f = "0.2"