mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
22 lines
584 B
TOML
22 lines
584 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"crates/delta",
|
|
"crates/bonfire",
|
|
"crates/core/*",
|
|
"crates/services/*",
|
|
"crates/bindings/*",
|
|
"crates/daemons/*",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
redis23 = { package = "redis", version = "0.23.3", git = "https://github.com/revoltchat/redis-rs", rev = "523b2937367e17bd0073722bf6e23d06042cb4e4" }
|
|
|
|
# I'm 99% sure this is overloading the GitHub worker
|
|
# hence builds have been failing since, let's just
|
|
# disable it for now. In the future, we could use this
|
|
# if we were rolling our own CI (that is now).
|
|
[profile.release]
|
|
lto = true
|