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