diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-09-05 23:17:18 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-09-05 23:17:18 +1200 |
| commit | 825b739e917253491183b63ad2f6ce9d8c7181e0 (patch) | |
| tree | d555414cb8a3b44d3c54506a9f6447e7ff98ad3c /Cargo.toml | |
chore: initial commit
Awful code currently. I'll fix it later.
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 11 |
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" |