summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-02-14 11:54:20 +0400
committerAndrew <saintruler@gmail.com>2021-02-14 11:54:20 +0400
commit626e11a725934b64260e17e68d273727be76c57e (patch)
tree647b1e52611c290aee1f2866ef480884e8cef379 /Cargo.lock
parentdf1dde8a5a3c55241a1d8433e9a6f725a24cda2c (diff)
Divided package into library and binary
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"