refact: remove virtual package

This commit is contained in:
steven-omaha
2025-08-05 12:20:09 +02:00
parent 9a7fd77e99
commit 83275576fb
38 changed files with 34 additions and 48 deletions
+10
View File
@@ -0,0 +1,10 @@
#[cfg(feature = "arch")]
pub mod arch;
#[cfg(feature = "debian")]
pub mod debian;
pub mod fedora;
pub mod flatpak;
pub mod python;
pub mod rust;
pub mod rustup;
pub mod void;