Overwatch/Cargo.toml
Giacomo Pasini cc20ecc918
Add waku-chat example (#1)
* 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>
2022-10-24 13:21:39 +02:00

11 lines
147 B
TOML

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