2020-04-07 01:09:09 +00:00
|
|
|
[package]
|
|
|
|
name = "cabytcini"
|
2020-10-28 12:12:29 +00:00
|
|
|
version = "0.3.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]
|
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"
|
2021-01-30 15:11:20 +00:00
|
|
|
ureq = { version = "2", features = ["json", "charset"] }
|