Files
octopush/crates/gitea_client/Cargo.toml
Kasper Juul Hermansen da2460cedc
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update all dependencies
2026-01-18 01:44:49 +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.13.0"