5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-31 05:47:38 +03:00
proxmox-fuse/Cargo.toml
Wolfgang Bumiller bda0f4f9fc bump version to 0.1.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-02-13 14:12:53 +01:00

24 lines
540 B
TOML

[package]
name = "proxmox-fuse"
version = "0.1.5"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021"
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 = ["rt-multi-thread", "macros", "net", "signal"] }
tokio-stream = "0.1"
[dev-dependencies]
tokio = { version = "1.0", features = ["rt-multi-thread"] }
# For bitfield access...
[build-dependencies]
cc = "1.0.46"