summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf76cf3..af691e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,12 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
-name = "rust-web"
+name = "blog"
+version = "0.1.0"
+dependencies = [
+ "spider",
+]
+
+[[package]]
+name = "spider"
version = "0.1.0"