From 21911153355b4bf9612c38f5ac92562aec02ffd9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 19 Mar 2023 12:36:01 +0100 Subject: docs: add documentation comments --- macros/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macros/Cargo.toml') 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 = ".." } -- cgit v1.2.3-18-g5258