]> git.proxmox.com Git - proxmox.git/blame - proxmox-io/Cargo.toml
tfa: make failing to generate a webauthn challenge non-fatal
[proxmox.git] / proxmox-io / Cargo.toml
CommitLineData
01a8b6f1
WB
1[package]
2name = "proxmox-io"
cdf82206 3version = "1.0.1"
64959d9a
FG
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
01a8b6f1
WB
8description = "extension traits for Read and Write"
9
64959d9a 10exclude.workspace = true
01a8b6f1
WB
11
12[dependencies]
41892214 13endian_trait = { workspace = true, features = ["arrays"] }
01a8b6f1 14# this is also the feature name:
41892214 15tokio = { workspace = true, features = [ "io-util" ], optional = true }