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-03-17 01:34:01 +01:00
reqwest = "0.11.26"