[package] name = "mindthegap" version = "0.1.0" edition = "2021" description = "Fetch information on Deutsche Bahn service interruptions" authors = ["stuebinm "] # 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" }