cabytcini/Cargo.toml

27 lines
537 B
TOML
Raw Normal View History

2020-04-07 01:09:09 +00:00
[package]
name = "cabytcini"
2020-08-25 20:04:46 +00:00
version = "0.2.2"
2020-04-07 01:09:09 +00:00
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
2020-04-07 14:17:37 +00:00
license = "MIT"
2020-04-07 01:09:09 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-04-10 11:12:09 +00:00
anyhow = "1.0"
2020-04-07 01:09:09 +00:00
chrono = "0.4"
2020-04-07 12:56:56 +00:00
env_logger = "0.7"
2020-04-10 11:12:09 +00:00
log = "0.4"
2020-04-07 12:56:56 +00:00
serde_json = "1"
2020-04-10 11:12:09 +00:00
serde = { version = "1", features = [ "derive" ] }
2020-04-07 12:56:56 +00:00
toml = "0.5"
xdg = "2.2"
[dependencies.reqwest]
version = "0.10"
features = [ "blocking", "json" ]
2020-04-07 01:09:09 +00:00
[dependencies.x11]
features = ["xlib"]
version = "2.18.2"