mensa/Cargo.toml

15 lines
215 B
TOML
Raw Normal View History

2019-04-04 12:58:17 +02:00
[package]
name = "mensa"
2021-10-11 12:22:08 +02:00
version = "0.3.0"
2019-04-04 12:58:17 +02:00
authors = ["Malte Tammena <malte.tammena@gmx.de>"]
2021-10-11 12:22:08 +02:00
edition = "2021"
2019-04-04 12:58:17 +02:00
[dependencies]
2021-10-11 12:22:08 +02:00
thiserror = "1.0"
reqwest = "0.11"
2019-04-11 17:30:47 +02:00
chrono = "0.4"
2021-10-11 12:22:08 +02:00
lazy_static = "1.4"
termion = "1.5"