misc: initial code
This commit is contained in:
19
crates/codetaker-agent/Cargo.toml
Normal file
19
crates/codetaker-agent/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "codetaker-agent"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chrono.workspace = true
|
||||
codetaker-db.workspace = true
|
||||
diesel.workspace = true
|
||||
diesel-async.workspace = true
|
||||
git2.workspace = true
|
||||
rig-core.workspace = true
|
||||
schemars.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
Reference in New Issue
Block a user