octopush/crates/gitea_client/Cargo.toml
Kasper Juul Hermansen dc6f7872d2
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
fix(deps): update rust crate reqwest to 0.12.4
2024-04-19 18:12:38 +00:00

14 lines
289 B
TOML

[package]
name = "gitea_client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gitea_raw_client = { path = "../gitea_raw_client" }
async-trait = { workspace = true }
reqwest = "0.12.4"