upstream-rs 2.6.0

Fetch package updates directly from the source.
Documentation
1
2
3
4
5
6
7
pub mod app_config;
pub mod package;
pub mod package_reference;

pub use app_config::{AppConfig, DownloadConfig};
pub use package::{InstallType, Package};
pub use package_reference::PackageReference;