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.lock | |
| parent | 26e662f5629da3683549594cf8551e018f49309c (diff) | |
| download | get-0439506dcfb639bd494248450f7686b0a31580d3.tar.gz | |
added if_chain to dependencies
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,7 @@ dependencies = [ name = "get" version = "0.0.0" dependencies = [ + "if_chain", "proc-macro2", "quote", "syn", @@ -28,6 +29,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] +name = "if_chain" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" + +[[package]] name = "itoa" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" |
