mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-19 02:52:08 +00:00
32e6e59377
* Refactor overwatch to overwatch-rs * Update readmes and licenses * Add badges * Added release action * Fix tests after refactor * On push tags on release pipeline * Add missing jobs to release ci * Fmt * Named release job * Fix invalid tag again
11 lines
150 B
TOML
11 lines
150 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"overwatch-rs",
|
|
"overwatch-derive",
|
|
"examples/waku-chat"
|
|
]
|
|
|
|
[profile.release-opt]
|
|
inherits = "release"
|
|
lto = true |