initial import
This commit is contained in:
20
crates/g3-core/Cargo.toml
Normal file
20
crates/g3-core/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "g3-core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Core engine for G3 AI coding agent"
|
||||
|
||||
[dependencies]
|
||||
g3-providers = { path = "../g3-providers" }
|
||||
g3-config = { path = "../g3-config" }
|
||||
g3-execution = { path = "../g3-execution" }
|
||||
tokio = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
async-trait = "0.1"
|
||||
tokio-stream = "0.1"
|
||||
Reference in New Issue
Block a user