octopush/crates/gitea_client/Cargo.toml
Kasper Juul Hermansen a6c6808070
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-17 00:34:01 +00:00

14 lines
290 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.11.26"