mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-20 19:39:13 +00:00
ac28d01158
* Plug lifecycle channel * Pipe lifecycle to services. * Add explaining doc on handle clone * Fix tests * Add missing break on overwatch kill * Added shutdown service test * Clippy happy * Use try_from instead of from for checking duplicated service ids on ServicesLifeCycleHandle * Added docs
11 lines
164 B
TOML
11 lines
164 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"overwatch-rs",
|
|
"overwatch-derive",
|
|
"examples/waku-chat"
|
|
]
|
|
|
|
[profile.release-opt]
|
|
inherits = "release"
|
|
lto = true |