summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-09-05 23:17:18 +1200
committerSophie Forrest <git@sophieforrest.com>2024-09-05 23:17:18 +1200
commit825b739e917253491183b63ad2f6ce9d8c7181e0 (patch)
treed555414cb8a3b44d3c54506a9f6447e7ff98ad3c /Cargo.toml
chore: initial commit
Awful code currently. I'll fix it later.
Diffstat (limited to '')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..47abdbb
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "vuw_scraper"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+scraper = "0.20.0"
+serde = { version = "1.0.209", features = ["derive"] }
+simd-json = "0.13.10"
+tracing = "0.1.40"
+tracing-subscriber = "0.3.18"