Initial commit

This commit is contained in:
unknown
2026-05-22 02:52:15 +02:00
commit 125321c418
55 changed files with 9231 additions and 0 deletions

24
Cargo.toml Normal file
View File

@@ -0,0 +1,24 @@
[workspace]
members = [
"crates/cgcx-core",
"crates/cgcx-config",
"crates/cgcx-crypto",
"crates/cgcx-db",
"crates/cgcx-storage",
"crates/cgcx-content-typing",
"crates/cgcx-file-pipeline",
"crates/cgcx-moderation",
"crates/cgcx-bot",
"crates/cgcx-server",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["cg.cx team"]
[profile.release]
lto = "thin"
codegen-units = 1
strip = true