16 lines
342 B
TOML
16 lines
342 B
TOML
[package]
|
|
name = "codetaker-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
codetaker-agent = { path = "../codetaker-agent" }
|
|
codetaker-db.workspace = true
|
|
dialoguer.workspace = true
|
|
git2.workspace = true
|
|
rig-core.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tracing-subscriber = "0.3.22"
|