12 lines
265 B
TOML
12 lines
265 B
TOML
[package]
|
|
name = "cgcx-storage"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
cgcx-core = { path = "../cgcx-core" }
|
|
cgcx-config = { path = "../cgcx-config" }
|
|
tokio = { version = "1", features = ["fs", "io-util"] }
|
|
tracing = "0.1"
|
|
tempfile = "3"
|