mirror of
https://gitea.0xace.cc/rust/github-release-bot.git
synced 2025-04-05 07:41:56 +00:00
21 lines
542 B
TOML
21 lines
542 B
TOML
[package]
|
|
name = "github-release-bot"
|
|
version = "0.1.10"
|
|
authors = ["ace <ace@0xace.cc>"]
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
frankenstein = { version = "0.39", features = ["client-reqwest"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
octocrab = "0.43"
|
|
tokio = { version = "1", features = ["full"] }
|
|
futures = "0.3"
|
|
clap = { version = "4", features = ["derive"] }
|
|
log = "0.4"
|
|
stderrlog = "0.6"
|
|
rand = "0.9"
|
|
chrono ="0.4"
|