custom-utils 0.10.19

Provide customized tools based on features
Documentation
1
2
3
4
5
6
7
8
9
[tasks.dev_unix]

command = "cargo"

args = ["run", "--example", "dev_unix", "--features=dev,logger,daemon"]

[tasks.dev_win]

command = "cargo"

args = ["run", "--example", "dev_win", "--features=dev,logger,daemon"]

[tasks.prod]

command = "cargo"

args = ["run", "--example", "prod", "--features=prod,logger"]