octopush/crates/gitea_client/Cargo.toml
Kasper Juul Hermansen 5ce8c8b5e7
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-11 09:09:30 +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.25"