5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2024-12-22 17:36:00 +03:00
proxmox-fuse/debian/debcargo.toml
Wolfgang Bumiller 9ec8b73258 debcargo: whitelist src/glue.c
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-02-13 13:16:52 +01:00

15 lines
238 B
TOML

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