14 lines
349 B
TOML
14 lines
349 B
TOML
[package]
|
|
name = "cgcx-moderation"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
cgcx-core = { path = "../cgcx-core" }
|
|
cgcx-config = { path = "../cgcx-config" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["fs", "sync", "time", "rt"] }
|
|
tracing = "0.1"
|
|
chrono = "0.4"
|