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 | 0e089226b57614b672ddd70075909064dab1ca03 (patch) | |
| tree | a2e5e3766702cd1302571e2ae92da2ae19209a11 | |
| parent | docs(readme): add modules and capsules section (diff) | |
| download | windmark-0e089226b57614b672ddd70075909064dab1ca03.tar.xz windmark-0e089226b57614b672ddd70075909064dab1ca03.zip | |
build(cargo): simplify example usage
| -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"] |