about summary refs log tree commit diff
path: root/crawler/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/Cargo.toml')
-rw-r--r--crawler/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml
new file mode 100644
index 0000000..7fbf8b9
--- /dev/null
+++ b/crawler/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "crawler"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+
+[[bin]]
+name = "crawler"
+path = "src/main.rs"