aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-17 21:01:53 +0100
committerAleksey Kladov <[email protected]>2019-10-17 21:14:05 +0100
commit5376c769f0cb6076c4862e728af042bb563a5051 (patch)
tree890a88741ef83c5ca0a57006c1972d0870fd86a4 /Cargo.lock
parent7b15c4f7ae95e2e855cb783871906fa7bf364c4c (diff)
rename tools -> xtask
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d2fe8e216..ea6521333 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1719,13 +1719,6 @@ version = "0.7.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index" 1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720 1720
1721[[package]] 1721[[package]]
1722name = "website-gen"
1723version = "0.0.0"
1724dependencies = [
1725 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1726]
1727
1728[[package]]
1729name = "winapi" 1722name = "winapi"
1730version = "0.2.8" 1723version = "0.2.8"
1731source = "registry+https://github.com/rust-lang/crates.io-index" 1724source = "registry+https://github.com/rust-lang/crates.io-index"