forked from Proxmox/proxmox
d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
17 lines
435 B
TOML
17 lines
435 B
TOML
[package]
|
|
name = "proxmox-io"
|
|
description = "extension traits for Read and Write"
|
|
version = "1.1.0"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
endian_trait = { workspace = true, features = ["arrays"] }
|
|
# this is also the feature name:
|
|
tokio = { workspace = true, features = [ "io-util" ], optional = true }
|