summaryrefslogtreecommitdiffstats
path: root/vendor/output_vt100/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/output_vt100/Cargo.lock')
-rw-r--r--vendor/output_vt100/Cargo.lock32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/output_vt100/Cargo.lock b/vendor/output_vt100/Cargo.lock
new file mode 100644
index 000000000..51587ad6f
--- /dev/null
+++ b/vendor/output_vt100/Cargo.lock
@@ -0,0 +1,32 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "output_vt100"
+version = "0.1.3"
+dependencies = [
+ "winapi",
+]
+
+[[package]]
+name = "winapi"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
+dependencies = [
+ "winapi-i686-pc-windows-gnu",
+ "winapi-x86_64-pc-windows-gnu",
+]
+
+[[package]]
+name = "winapi-i686-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
+
+[[package]]
+name = "winapi-x86_64-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"