diff options
| author | Fuwn <[email protected]> | 2023-04-16 00:47:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-16 00:47:52 -0700 |
| commit | 0a0e09102f2ee86e6d7f424ad6f7048e7583f527 (patch) | |
| tree | 334eb370ff09deae2b7997592d60aab0bf6d3db9 /Makefile.toml | |
| parent | fix(timing): push module (what ?) (diff) | |
| download | locus-0a0e09102f2ee86e6d7f424ad6f7048e7583f527.tar.xz locus-0a0e09102f2ee86e6d7f424ad6f7048e7583f527.zip | |
refactor: make maros procedural
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml index e7313c0..6cb8868 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -1,3 +1,6 @@ +[config] +default_to_workspace = false + [tasks.fmt] args = ["fmt"] command = "cargo" |