Overwatch/Cargo.toml
Daniel Sanchez ac28d01158
Plug services lifecycle (Shutdown and Kill) (#27)
* 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
2023-10-09 14:00:12 +02:00

11 lines
164 B
TOML

[workspace]
resolver = "2"
members = [
"overwatch-rs",
"overwatch-derive",
"examples/waku-chat"
]
[profile.release-opt]
inherits = "release"
lto = true