Initial commit
This commit is contained in:
11
crates/cgcx-config/Cargo.toml
Normal file
11
crates/cgcx-config/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "cgcx-config"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cgcx-core = { path = "../cgcx-core" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
config = "0.14"
|
||||
tokio = { version = "1", features = ["fs", "sync", "time"] }
|
||||
tracing = "0.1"
|
||||
Reference in New Issue
Block a user