octopush/crates/gitea_client/Cargo.toml

14 lines
290 B
TOML
Raw Normal View History

[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 }
2023-08-28 22:22:38 +02:00
reqwest = "0.11.20"