cabytcini/Cargo.toml

20 lines
460 B
TOML

[package]
name = "cabytcini"
version = "0.3.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
chrono = "0.4"
env_logger = "0.7"
log = "0.4"
serde_json = "1"
serde = { version = "1", features = [ "derive" ] }
toml = "0.5"
xdg = "2.2"
ureq = { version = "2", features = ["json", "charset"] }