summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-04-15 00:49:38 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-04-16 00:26:21 -0400
commitfea7d96c8a8460c40c737856feeed156d06b26df (patch)
tree8f0767560f3b77ff12ce5c2fcbe9722e62b230d6 /Cargo.toml
parent68bcfc2de0ad495691f00ed086804a418f959dc7 (diff)
downloadget-fea7d96c8a8460c40c737856feeed156d06b26df.tar.gz
added trybuild to dev-dependencies
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