initial commit

This commit is contained in:
Georg Bauer
2026-07-30 11:41:19 +02:00
commit f21292978c
12 changed files with 3715 additions and 0 deletions

19
crates/cli/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "gotcha-cli"
version = "0.1.0"
description = "CLI test bed for the Gotcha Gitea client"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[[bin]]
name = "gotcha"
path = "src/main.rs"
[dependencies]
gotcha_gitea = { path = "../gitea" }
serde_json.workspace = true
tokio.workspace = true
rpassword.workspace = true
serde.workspace = true
serde_yaml.workspace = true