mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-02-23 03:38:15 +00:00
* add waku-chat example * clippy happy * update dependencies * remove unneeded tokio features * use separate thread for stdin * only build on linux Co-authored-by: Giacomo Pasini <giacomo@status.im>
11 lines
147 B
TOML
11 lines
147 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"overwatch",
|
|
"overwatch-derive",
|
|
"examples/waku-chat"
|
|
]
|
|
|
|
[profile.release-opt]
|
|
inherits = "release"
|
|
lto = true |