Struct cargo::CfgInfo [] [src]

pub struct CfgInfo {
    pub commit_info: Option<CommitInfo>,
    pub release_channel: String,
}

Fields