aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2022-01-27 23:47:49 +0100
committerHenrik Tjäder <henrik@grepit.se>2022-01-28 21:21:06 +0100
commit9f54b4aca89d77e2a84d7d522b51e3f2bbf8ac74 (patch)
tree223002ccede01b7fa095e60f0466b71d12fb0839 /macros/Cargo.toml
parentc3c75f2200ebc32ca35403c528914baa8e025bed (diff)
RTIC macro expansion: Try to find target-dir
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 8339549..0c008c8 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -23,3 +23,6 @@ proc-macro-error = "1"
quote = "1"
syn = "1"
rtic-syntax = "1.0.0"
+
+[features]
+debugprint = []