From 825b739e917253491183b63ad2f6ce9d8c7181e0 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Thu, 5 Sep 2024 23:17:18 +1200 Subject: chore: initial commit Awful code currently. I'll fix it later. --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit 1.4.1