yew/Cargo.toml
Kaede Hoshikawa 924792c002
Enable Dependabot for Examples and Tools (#2785)
* Enable dependabot for examples and tools.

* Make everything to use Gloo.

* Require features for binaries.

* Update every Friday.
2022-07-21 01:23:22 +09:00

10 lines
106 B
TOML

[workspace]
members = [
"packages/*",
]
exclude = [
"tools/*",
"examples/*",
]
resolver = "2"