1 2 3 4 5 6 7
use semver::Version; #[derive(Debug, Clone)] pub struct CrateInfo { pub version: Option<Version>, pub repository: Option<String>, }