papa 3.0.0-rc.2

A cli mod manager for the Northstar launcher
mod install;
pub use install::install;

mod list;
pub use list::list;

mod northstar;
pub use northstar::northstar;

mod search;
pub use search::search;

mod remove;
pub use remove::remove;

mod update;
pub use update::update;

mod enable;
pub use enable::enable;

mod disable;
pub use disable::disable;