Authenticator/tools/keyring-fetcher/Cargo.toml
2023-04-11 23:38:20 +02:00

11 lines
372 B
TOML

[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]
oo7 = {version = "0.1.0", default-features = false, features = ["native_crypto", "tracing", "unstable", "async-std"]}
async-std = {version = "1.11.0", features = ["attributes"]}
hex = "0.4"