diff options
Diffstat (limited to 'vendor/windows-strings/Cargo.lock')
| -rw-r--r-- | vendor/windows-strings/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/windows-strings/Cargo.lock b/vendor/windows-strings/Cargo.lock new file mode 100644 index 00000000..39ac3c9f --- /dev/null +++ b/vendor/windows-strings/Cargo.lock @@ -0,0 +1,16 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "windows-link" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" + +[[package]] +name = "windows-strings" +version = "0.4.2" +dependencies = [ + "windows-link", +] |
