aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-01 01:04:43 +0000
committerFuwn <[email protected]>2022-06-01 01:04:43 +0000
commitc36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf (patch)
tree02de9953f5828e635653aba7751a59c6248ced82 /Makefile.toml
parentfix(lib.rs): response content no leading whitespace (diff)
downloadwindmark-c36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf.tar.xz
windmark-c36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf.zip
refactor(router): move router to seperate file
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index e0190bf..ef78a0e 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -54,6 +54,6 @@ toolchain = "nightly"
command = "cargo"
args = ["doc", "--open", "--no-deps"]
-[tasks.run]
+[tasks.example]
command = "cargo"
-args = ["run", "--example", "windmark", "--features", "auto-deduce-mime,logger"]
+args = ["run", "--example", "${@}", "--all-features"]