gitea-webhook-builds-sr-ht/Cargo.toml

19 lines
501 B
TOML

[package]
name = "gitea-webhook-builds-sr-ht"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.8"
serde-value = "0.7"
toml = "0.5"
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros", "fs"] }
url = "2"
warp = "0.3"