aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 06:33:51 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 06:33:51 -0400
commit6552f2d69eb0f19851dbebd21742b7bc9f37cc42 (patch)
tree164af15b47d0caaf274b51323ba1daab42ff8be4 /Cargo.lock
parente9f475a611140d781bfb80fe18958374d7a54296 (diff)
downloadteleterm-6552f2d69eb0f19851dbebd21742b7bc9f37cc42.tar.gz
teleterm-6552f2d69eb0f19851dbebd21742b7bc9f37cc42.zip
move component_future to a separate crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2455306..3bf4cea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -177,6 +177,14 @@ dependencies = [
]
[[package]]
+name = "component-future"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "config"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1452,6 +1460,7 @@ version = "0.1.3"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "component-future 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
"crossterm 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1996,6 +2005,7 @@ dependencies = [
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
+"checksum component-future 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e815962dcecc6faf0f0661924cfa240c5b4bccb73679542f00478555dd1cc2c"
"checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6"
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"