Initial commit
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user