diff options
| author | John Turner <jturner.usa@gmail.com> | 2023-04-19 01:43:09 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2023-04-19 01:43:09 -0400 |
| commit | 0439506dcfb639bd494248450f7686b0a31580d3 (patch) | |
| tree | d90ff4e2afb72c0c1315c024fbee6e6a8fad571b /Cargo.toml | |
| parent | 26e662f5629da3683549594cf8551e018f49309c (diff) | |
| download | get-0439506dcfb639bd494248450f7686b0a31580d3.tar.gz | |
added if_chain to dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
