Add a minimal flatpak backend

This commit is contained in:
teackot
2023-05-16 12:11:23 +03:00
parent 2ef3d7c36f
commit 26352160be
5 changed files with 56 additions and 0 deletions
+1
View File
@@ -35,3 +35,4 @@ rust-apt = { version = "0.5", optional = true }
default = []
arch = ["dep:alpm"]
debian = ["dep:rust-apt"]
flatpak = []