aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ffcce476e..d1fa5ebee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1777,6 +1777,13 @@ version = "0.5.0"
1777source = "registry+https://github.com/rust-lang/crates.io-index" 1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778 1778
1779[[package]] 1779[[package]]
1780name = "website-gen"
1781version = "0.0.0"
1782dependencies = [
1783 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1784]
1785
1786[[package]]
1780name = "winapi" 1787name = "winapi"
1781version = "0.2.8" 1788version = "0.2.8"
1782source = "registry+https://github.com/rust-lang/crates.io-index" 1789source = "registry+https://github.com/rust-lang/crates.io-index"