aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
committerAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
commit4196b65f2199fa2389b5ff9e89894651d195edbc (patch)
tree55a8ad2e05c72d3ef2830fe182df5d9926751b43 /Cargo.lock
parenta95536301c346e68a109915e6d54136cae875ab0 (diff)
dont depend on tools from lsp-server
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45f1feb7e..877ef9410 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -749,7 +749,6 @@ dependencies = [
749 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 749 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
750 "thread_worker 0.1.0", 750 "thread_worker 0.1.0",
751 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 751 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
752 "tools 0.1.0",
753 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 752 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
754 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 753 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
755] 754]