cnctd_cargo 0.1.13

Cargo Methods
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(test)]
mod tests {
    use cnctd_cargo::Cargo;

    #[tokio::test]
    async fn test_commands() {
        Cargo::check_for_rust_and_cargo().await.unwrap()
    }
}