Files
notify/Cargo.toml
T

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"]