mirror of
https://github.com/encounter/notify.git
synced 2026-07-10 12:18:48 -07:00
14 lines
266 B
TOML
14 lines
266 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"notify",
|
|
"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"]
|