Files
g3/crates/g3-config/Cargo.toml
Michael Neale 8e821d0a5b auto setup
2025-09-15 13:19:02 -07:00

15 lines
312 B
TOML

[package]
name = "g3-config"
version = "0.1.0"
edition = "2021"
description = "Configuration management for G3 AI coding agent"
[dependencies]
config = { workspace = true }
serde = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
toml = "0.8"
shellexpand = "3.0"
dirs = "5.0"