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