forked from Proxmox/proxmox
64959d9ae0
and switch all crates to 2021 edition as well as a unified "authors" value. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
16 lines
407 B
TOML
16 lines
407 B
TOML
[package]
|
|
name = "proxmox-io"
|
|
version = "1.0.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "extension traits for Read and Write"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
endian_trait = { version = "0.6", features = ["arrays"] }
|
|
# this is also the feature name:
|
|
tokio = { version = "1.0", features = [ "io-util" ], optional = true }
|