aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
committerAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
commit798dc2ca8024c68b02c8e878603c0a4b00dc44e5 (patch)
treec49e1c5a1c0cf96a706521bc51b7d98de224ee02 /Cargo.lock
parentfdb2874e3e15838d9015aa9eb5ce92dc8e66431f (diff)
start GitHub pages
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"