Authenticator/tools/keyring-fetcher/Cargo.toml

12 lines
372 B
TOML
Raw Permalink Normal View History

[package]
name = "keyring-fetch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-11 23:38:20 +02:00
oo7 = {version = "0.1.0", default-features = false, features = ["native_crypto", "tracing", "unstable", "async-std"]}
async-std = {version = "1.11.0", features = ["attributes"]}
2022-06-06 21:04:05 +02:00
hex = "0.4"