1 2 3 4 5 6 7 8 9 10 11 12
{ "scripts": { "remove": "cargo remove", "add": "cargo add", "dev": "cargo run", "build": "cargo build", "lint": "cargo fmt --all", "install": "cargo install --path .", "clean": "cargo clean", "publish": "cargo publish" } }