summaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-19 12:36:01 +0100
committerHampusM <hampus@hampusmat.com>2023-03-19 12:36:01 +0100
commit21911153355b4bf9612c38f5ac92562aec02ffd9 (patch)
treee17fab91a142f6d5fe3d2bfe820dbd8bdee46ee6 /macros/Cargo.toml
parent2d964b39da09ad82eccf09abdea73967bbff76f2 (diff)
docs: add documentation comments
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 00efccf..818cf8c 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -11,3 +11,6 @@ quote = "1.0.26"
syn = { version = "1.0.109", features = ["full", "printing"] }
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.52"
+
+[dev-dependencies]
+ridicule = { version = "0.1.0", path = ".." }