12 lines
279 B
TOML
12 lines
279 B
TOML
[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"
|