octopush/crates/gitea_client/Cargo.toml
Kasper Juul Hermansen 22a7899f80
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
Update all dependencies
2024-03-25 22:02:22 +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.2"