[0] run = "ls -lah" [1] run = "pwd" [2] run = "rm -rf testproj/" [3] run = "cargo new testproj" [4] run = "cargo add tokio --manifest-path testproj/Cargo.toml" [5] run = "cargo run --manifest-path testproj/Cargo.toml" [6] run = "rm -rf testproj/"