initial commit
This commit is contained in:
19
crates/cli/Cargo.toml
Normal file
19
crates/cli/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user