25 lines
456 B
TOML
25 lines
456 B
TOML
[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
|