package_info: refactor into distro_info and package_info split, yaml data
Some checks failed
CI / build (push) Failing after 9m3s

This commit is contained in:
2026-01-14 21:18:25 +01:00
parent a975c24e54
commit ab35af5fb5
6 changed files with 224 additions and 188 deletions

View File

@@ -28,6 +28,8 @@ serde_json = "1.0.145"
directories = "6.0.0"
ssh2 = "0.9.5"
gpgme = "0.11"
serde_yaml = "0.9"
lazy_static = "1.4.0"
[dev-dependencies]
test-log = "0.2.19"