near-workspaces 0.2.0

Library for automating workflows and testing NEAR smart contracts.
1
2
3
4
5
fn main() {
    if !cfg!(doc) && cfg!(feature = "install") {
        near_sandbox_utils::install().expect("Could not install sandbox");
    }
}