mirror of
https://github.com/encounter/notify.git
synced 2026-03-30 11:31:42 -07:00
14 lines
297 B
TOML
14 lines
297 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"notify",
|
|
"notify-types",
|
|
"notify-debouncer-mini",
|
|
"notify-debouncer-full",
|
|
"file-id",
|
|
# internal
|
|
"examples"
|
|
#"examples/hot_reload_tide" until https://github.com/rustsec/rustsec/issues/501 is resolved
|
|
]
|
|
exclude = ["examples/hot_reload_tide"]
|