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