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 }
2024-02-19 08:07:50 +01:00
reqwest = "0.11.24"