diff options
| author | Fuwn <[email protected]> | 2022-06-01 01:04:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-01 01:04:43 +0000 |
| commit | c36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf (patch) | |
| tree | 02de9953f5828e635653aba7751a59c6248ced82 /Makefile.toml | |
| parent | fix(lib.rs): response content no leading whitespace (diff) | |
| download | windmark-c36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf.tar.xz windmark-c36a6a2b07a5a13fae2d3b8d404c9c99c95bdfcf.zip | |
refactor(router): move router to seperate file
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 4 |
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"] |