proxmox-backup/proxmox-protocol/Cargo.toml
Wolfgang Bumiller ac4e349b5e import proxmox-protocol crate
This is supposed to contain only the parts necessary to
communicate with the server via the proxmox backup protocol.
(Including the chunker, which is currently `include!()`d
from the main crate.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-03-06 10:26:10 +01:00

15 lines
264 B
TOML

[package]
name = "proxmox-protocol"
version = "0.1.0"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
edition = "2018"
[dependencies]
chrono = "0.4"
endian_trait = "0.6"
failure = "0.1"
openssl = "0.10"