cargo-nfpm 0.1.3

A simple and lightweight Cargo plugin for using nFPM from Any Rust project
Documentation
1
2
3
4
5
6
7
8
9
set dotenv-load := false

# List all recipes
default:
    @just --list

# Update vendored nFPM version (version with `v` prefix).
update-vendor version:
    ./update-vendor.sh {{ version }}