mirror of
git://git.proxmox.com/git/proxmox-fuse.git
synced 2024-12-22 17:36:00 +03:00
0e0966af88
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
20 lines
460 B
TOML
20 lines
460 B
TOML
[package]
|
|
name = "proxmox-fuse"
|
|
version = "0.1.1"
|
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "Expose fuse requests as async streams."
|
|
|
|
exclude = [ "build", "debian" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
futures = "0.3"
|
|
libc = "0.2"
|
|
tokio = { version = "1.0", features = ["macros", "net", "signal"] }
|
|
tokio-stream = "0.1"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.0", features = ["rt-multi-thread"] }
|