summaryrefslogtreecommitdiff
path: root/mindthegap/Cargo.toml
blob: 7018d9d87f9152c86892329c1eb1c082973fad86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "mindthegap"
version = "0.1.0"
edition = "2021"
description = "Fetch information on Deutsche Bahn service interruptions"
authors = ["stuebinm <stuebinm@disroot.org>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["json", "cookies"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
owo-colors = "3"
clap = { version = "3", features = [ "derive" ] }
html-escape = "0.2.11"
textwrap = "0.15"
terminal_size = "0.2"
ds100 = { path = "../ds100" }