Add Package example to main

Add remove method to pacman/apt package managers
This commit is contained in:
selfhoster selfhoster 2023-04-20 17:31:45 +02:00
commit f26f1c1bf2
6 changed files with 94 additions and 15 deletions

View file

@ -129,4 +129,4 @@ pub trait Module<A: Serialize, S: Serialize, E: Serialize> {
/// Declare module types
pub use command::CommandModule as Command;
pub use package::{PackageModule as Package, PackageState};