summary refs log tree commit diff
path: root/Cargo.toml
blob: 3356402b7de73f5844a4b068a59e5622bf376a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "vuw_course_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"