2020-06-06 19:41:42 +00:00
|
|
|
[package]
|
|
|
|
name = "albatross"
|
2020-10-24 01:40:32 +00:00
|
|
|
version = "0.2.0"
|
2020-06-06 19:41:42 +00:00
|
|
|
authors = ["Joey Hines <joey@ahines.net>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-24 18:41:11 +00:00
|
|
|
structopt = "0.3.20"
|
2020-10-24 01:40:32 +00:00
|
|
|
serde = { version="1.0.116", features=["derive"] }
|
2020-06-06 19:41:42 +00:00
|
|
|
config = "0.9"
|
|
|
|
log = "0.4.8"
|
|
|
|
chrono = "0.4"
|
|
|
|
regex = "1.3.9"
|
2020-06-07 00:59:02 +00:00
|
|
|
flate2 = "1.0.14"
|
|
|
|
tar = "0.4.28"
|
2020-06-07 19:21:26 +00:00
|
|
|
reqwest = { version = "0.10", features = ["blocking", "json"] }
|
2020-10-24 01:40:32 +00:00
|
|
|
discord-hooks-rs = { git = "https://github.com/joeyahines/discord-hooks-rs" }
|