initial import
This commit is contained in:
13
crates/g3-execution/Cargo.toml
Normal file
13
crates/g3-execution/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "g3-execution"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Code execution engine for G3 AI agent"
|
||||
|
||||
[dependencies]
|
||||
tokio = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
regex = "1.0"
|
||||
tempfile = "3.0"
|
||||
Reference in New Issue
Block a user