github-release-bot/Cargo.toml
2021-07-31 23:14:44 +03:00

21 lines
570 B
TOML

[package]
name = "github-release-bot"
version = "0.1.0"
authors = ["ace <ace@0xace.cc>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
octocrab = "0.8"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
clap = "3.0.0-beta.2"
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot", rev = "65ad5cfd578e9a1260ce6daac714eb2153c0bec7" }
log = "0.4"
stderrlog = "0.5"
rand = "0.8"
chrono ="0.4"