diff options
| author | Fuwn <[email protected]> | 2022-04-02 00:47:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-02 00:47:54 +0000 |
| commit | 61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb (patch) | |
| tree | a2e5e3766702cd1302571e2ae92da2ae19209a11 /Makefile.toml | |
| parent | docs(readme): add modules and capsules section (diff) | |
| download | windmark-61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb.tar.xz windmark-61ad9642a8bb4b8422b8c4f57f5fa7b8889058fb.zip | |
build(cargo): simplify example usage
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 4 |
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"] |