cabytcini/Cargo.toml

26 lines
522 B
TOML
Raw Normal View History

2020-04-07 01:09:09 +00:00
[package]
name = "cabytcini"
2020-04-08 22:36:05 +00:00
version = "0.2.0"
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]
chrono = "0.4"
2020-04-07 12:56:56 +00:00
log = "0.4"
env_logger = "0.7"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
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"