2021-07-31 20:04:12 +00:00
|
|
|
[package]
|
|
|
|
name = "github-release-bot"
|
2023-06-23 19:44:00 +00:00
|
|
|
version = "0.1.7"
|
2021-07-31 20:04:12 +00:00
|
|
|
authors = ["ace <ace@0xace.cc>"]
|
2023-03-05 07:59:19 +00:00
|
|
|
edition = "2021"
|
2021-07-31 20:04:12 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 19:44:00 +00:00
|
|
|
frankenstein = { version = "0.26", default-features = false, features = ["async-http-client"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
2023-03-05 07:59:19 +00:00
|
|
|
serde_yaml = "0.9"
|
2023-06-23 19:44:00 +00:00
|
|
|
octocrab = "0.25.1"
|
2021-07-31 20:04:12 +00:00
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
futures = "0.3"
|
2023-03-05 07:59:19 +00:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
2021-07-31 20:04:12 +00:00
|
|
|
log = "0.4"
|
|
|
|
stderrlog = "0.5"
|
|
|
|
rand = "0.8"
|
|
|
|
chrono ="0.4"
|