summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-04-19 01:43:09 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-04-19 01:43:09 -0400
commit0439506dcfb639bd494248450f7686b0a31580d3 (patch)
treed90ff4e2afb72c0c1315c024fbee6e6a8fad571b /Cargo.toml
parent26e662f5629da3683549594cf8551e018f49309c (diff)
downloadget-0439506dcfb639bd494248450f7686b0a31580d3.tar.gz
added if_chain to dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9e5e3f..6b67f7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ proc-macro = true
syn = "2"
quote = "1.0.23"
proc-macro2 = "1.0.51"
+if_chain = "=1.0.2"
[dev-dependencies]
trybuild = "1" \ No newline at end of file