1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
build:: cargo build run:: rm -rf target/debug/ipset-sys cargo build sudo target/debug/ipset-sys publish:: lint cargo publish lint:: cargo clippy --all cargo fmt --all doc:: cargo doc --open