mirror of
https://gitea.0xace.cc/rust/github-release-bot.git
synced 2024-11-25 13:56:39 +00:00
21 lines
572 B
TOML
21 lines
572 B
TOML
[package]
|
|
name = "github-release-bot"
|
|
version = "0.1.7"
|
|
authors = ["ace <ace@0xace.cc>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
frankenstein = { version = "0.26", default-features = false, features = ["async-http-client"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
octocrab = "0.25.1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
futures = "0.3"
|
|
clap = { version = "4", features = ["derive"] }
|
|
log = "0.4"
|
|
stderrlog = "0.5"
|
|
rand = "0.8"
|
|
chrono ="0.4"
|