wepub 0.5.1

CLI to publish browser extensions to Chrome Web Store, Firefox Add-ons, and Edge Add-ons
1
2
3
4
5
mod common;

pub mod chrome;
pub mod edge;
pub mod firefox;