deb: first implementation

This commit is contained in:
2025-12-10 18:40:32 +01:00
parent 21059707d1
commit 4e8c307fd5
4 changed files with 41 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
pub mod build;
pub mod changelog;
pub mod deb;
pub mod package_info;
pub mod pull;