1 2 3 4 5 6 7 8
{ "private": true, "scripts": { "u": "cargo upgrade", "t": "cargo test --all-features", "p": "cargo publish --allow-dirty" } }