misc: initial code

This commit is contained in:
hdbg
2026-02-27 10:27:24 +01:00
commit 91036f4188
32 changed files with 36435 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "codetaker-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
clap.workspace = true
codetaker-agent = { path = "../codetaker-agent" }
codetaker-db.workspace = true
git2.workspace = true
rig-core.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing-subscriber = "0.3.22"