23 lines
778 B
TOML
23 lines
778 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"crates/delta",
|
|
"crates/bonfire",
|
|
"crates/core/*",
|
|
"crates/services/*",
|
|
"crates/daemons/*",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
redis23 = { package = "redis", version = "0.23.3", git = "https://github.com/revoltchat/redis-rs", rev = "523b2937367e17bd0073722bf6e23d06042cb4e4" }
|
|
#authifier = { package = "authifier", version = "1.0.10", path = "../authifier/crates/authifier" }
|
|
#rocket_authifier = { package = "rocket_authifier", version = "1.0.10", path = "../authifier/crates/rocket_authifier" }
|
|
|
|
# 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
|