mensa-upb-api/Cargo.toml

25 lines
424 B
TOML
Raw Normal View History

[workspace]
members = [
"scraper",
"web-api",
]
resolver = "2"
[workspace.package]
2024-07-06 15:04:43 +02:00
license = "MIT"
authors = ["Moritz Hölting"]
repository = "https://github.com/moritz-hoelting/mensa-upb-api"
readme = "README.md"
2024-07-02 17:38:48 +02:00
[workspace.dependencies]
anyhow = "1.0.93"
chrono = "0.4.38"
2024-07-02 17:38:48 +02:00
dotenvy = "0.15.7"
itertools = "0.13.0"
sqlx = "0.8.2"
strum = "0.26.3"
tokio = "1.41.1"
2024-07-02 22:54:11 +02:00
tracing = "0.1.40"
tracing-subscriber = "0.3.18"