aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-27 05:52:31 +0000
committerFuwn <[email protected]>2023-04-27 05:52:31 +0000
commit2afebbc1f8fa218bb3eae271391b707d14778fc7 (patch)
treece226b86a871110dc86484a2fd9a01db4d501eae /Makefile.toml
parentdocs(readme): add information about examples (diff)
downloadwindmark-2afebbc1f8fa218bb3eae271391b707d14778fc7.tar.xz
windmark-2afebbc1f8fa218bb3eae271391b707d14778fc7.zip
feat(rossweisse): initial implementation of struct router framework
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 543059e..f921fc6 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -1,3 +1,6 @@
+[config]
+default_to_workspace = false
+
[tasks.fmt]
args = ["fmt"]
command = "cargo"