You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
304 B
15 lines
304 B
[package]
|
|
name = "gemeinderat-monitor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12" }
|
|
scraper = { version = "0.22" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
url = "2.5.4"
|
|
config = "0.15.4"
|
|
serde = "1.0.217"
|
|
toml = "0.8.19"
|
|
matrix-sdk = "0.9.0"
|
|
anyhow = "1.0.95"
|
|
|