apt: refactor into multiple modules
Some checks failed
CI / build (push) Failing after 7m56s

This commit is contained in:
2026-01-09 18:02:22 +01:00
parent 1b659ce6f4
commit 464e25de24
4 changed files with 5 additions and 4 deletions

1
src/apt/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod sources;