5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-10 05:18:37 +03:00
proxmox-fuse/debian/debcargo.toml
Wolfgang Bumiller 700f56b37c debian: add libfuse3-dev build dependency
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-08-28 09:53:02 +02:00

14 lines
209 B
TOML

overlay = "."
crate_src_path = ".."
[source]
# TODO: update once public
vcs_git = ""
vcs_browser = ""
maintainer = "Proxmox Support Team <support@proxmox.com>"
[packages.lib]
depends = [
"libfuse3-dev",
]