mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Enable dependabot for examples and tools. * Make everything to use Gloo. * Require features for binaries. * Update every Friday.
10 lines
106 B
TOML
10 lines
106 B
TOML
[workspace]
|
|
members = [
|
|
"packages/*",
|
|
]
|
|
exclude = [
|
|
"tools/*",
|
|
"examples/*",
|
|
]
|
|
resolver = "2"
|