initial commit
This commit is contained in:
13
crates/gitea/Cargo.toml
Normal file
13
crates/gitea/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "gotcha_gitea"
|
||||
version = "0.1.0"
|
||||
description = "A small, reusable Rust client for the Gitea API"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
gitea-openapi = { package = "gitea-client", version = "=1.25.2", default-features = false, features = ["rustls"] }
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
Reference in New Issue
Block a user