octopush/crates/gitea_client/Cargo.toml

14 lines
289 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-03-25 23:02:22 +01:00
reqwest = "0.12.2"