aboutsummaryrefslogtreecommitdiff
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
commit0e089226b57614b672ddd70075909064dab1ca03 (patch)
treea2e5e3766702cd1302571e2ae92da2ae19209a11
parentdocs(readme): add modules and capsules section (diff)
downloadwindmark-0e089226b57614b672ddd70075909064dab1ca03.tar.xz
windmark-0e089226b57614b672ddd70075909064dab1ca03.zip
build(cargo): simplify example usage
-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"]