mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
11 lines
372 B
TOML
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"
|