1 2 3 4 5 6
extend = "../Makefile.toml" # Default from cargo-make is to build with all features, # which includes features only expected when testing [tasks.build-release] args = ["build", "--release", "--features", "daemon"]