fix: debian without bindings

reimplemented parts of the Debian backend to get rid of the apt library that has a different version everywhere and therefore won't play nicely with our pacdef
This commit is contained in:
steven-omaha
2026-05-01 19:35:35 +02:00
parent 86e28d4a0a
commit 9efd35bb8d
7 changed files with 25 additions and 168 deletions
+2 -2
View File
@@ -29,12 +29,12 @@ toml = "0.9"
# backends
alpm = { version = "5.0", optional = true }
rust-apt = { version = "0.9", optional = true}
#rust-apt = { version = "0.9", optional = true}
[features]
default = []
arch = ["dep:alpm"]
debian = ["dep:rust-apt"]
#debian = ["dep:rust-apt"]
[profile.release]
lto = "off"