summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fa1f2dee157543502a7eef976091cfe378032a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "traveltext"
version = "0.1.0"
edition = "2021"

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

[dependencies]
ureq = { version = "*", features = ["json", "charset", "native-certs"] }
clap = { version = "3.0.12", features = [ "derive" ] }
serde = { version = "1.0.135", features = [ "derive" ] }
serde_json = "1.0.78"
colored = "2.0.0"
chrono = "0.4.19"
itertools = "0.10.2"
dirs = "4.0.0"
toml = "0.5.8"