strict-env 0.1.0

Parse config values from environment variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development tasks

[tasks.audit]
command = "cargo"
args = ["audit", "${@}"]

[tasks.watch]
command = "cargo"
args = ["watch", "-x", "${@}"]

# Publish task

[tasks.release]
command = "cargo"
args = ["release", "${@}"]