Add Package example to main
Add remove method to pacman/apt package managers
This commit is contained in:
parent
0f85701cc4
commit
f26f1c1bf2
6 changed files with 94 additions and 15 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in a new issue