summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 080e1eb..c9e5e3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,7 @@ proc-macro = true
[dependencies]
syn = "2"
quote = "1.0.23"
-proc-macro2 = "1.0.51" \ No newline at end of file
+proc-macro2 = "1.0.51"
+
+[dev-dependencies]
+trybuild = "1" \ No newline at end of file