Initial commit
This commit is contained in:
13
crates/cgcx-moderation/Cargo.toml
Normal file
13
crates/cgcx-moderation/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user