5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-09 01:18:39 +03:00
proxmox-fuse/Cargo.toml
Wolfgang Bumiller e49e2d94ce import
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-05-20 10:04:23 +02:00

17 lines
381 B
TOML

[package]
name = "proxmox-fuse"
version = "0.1.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "Expose fuse requests as async streams."
exclude = [ "debian" ]
[dependencies]
anyhow = "1.0"
futures = "0.3"
libc = "0.2"
mio = "0.6.21"
tokio = { version = "0.2", features = ["io-driver", "macros", "signal", "stream"] }