custom-utils 0.11.7

Provide customized tools based on features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[config]
#skip_core_tasks = true
default_to_workspace = false

[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"]
[tasks.test_updater]
command = "cargo"
args = ["test", "-p", "custom-utils", "--features", "updater", "--", "--nocapture"]