aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-02 00:47:54 +0000
committerFuwn <[email protected]>2022-04-02 00:47:54 +0000
commit61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb (patch)
treea2e5e3766702cd1302571e2ae92da2ae19209a11 /Makefile.toml
parentdocs(readme): add modules and capsules section (diff)
downloadwindmark-61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb.tar.xz
windmark-61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb.zip
build(cargo): simplify example usage
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index b193690..e0190bf 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -53,3 +53,7 @@ workspace = false
toolchain = "nightly"
command = "cargo"
args = ["doc", "--open", "--no-deps"]
+
+[tasks.run]
+command = "cargo"
+args = ["run", "--example", "windmark", "--features", "auto-deduce-mime,logger"]