upstream-rs 0.5.5

Fetch package updates directly from the source.
1
2
3
4
5
6
7
pub mod config;
pub mod init;
pub mod install;
pub mod list;
pub mod package;
pub mod remove;
pub mod upgrade;