Files
Daniel Faust f195bd66a3 Fix warnings
2024-03-28 19:20:23 +01:00

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