diff --git a/Cargo.toml b/Cargo.toml index af4486c9..6e857233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ members = [ # internal "examples" - #"examples/hot_reload_tide" untill https://github.com/rustsec/rustsec/issues/501 is resolved + #"examples/hot_reload_tide" until https://github.com/rustsec/rustsec/issues/501 is resolved ] exclude = ["examples/hot_reload_tide"] [patch.crates-io] notify = { path = "notify/" } -notify-debouncer-mini = { path = "notify-debouncer-mini/" } \ No newline at end of file +notify-debouncer-mini = { path = "notify-debouncer-mini/" } diff --git a/notify-debouncer-mini/Cargo.toml b/notify-debouncer-mini/Cargo.toml index 270a6678..f4ec4b78 100644 --- a/notify-debouncer-mini/Cargo.toml +++ b/notify-debouncer-mini/Cargo.toml @@ -26,4 +26,4 @@ crossbeam = ["crossbeam-channel","notify/crossbeam-channel"] [dependencies] notify = "5.0.0" crossbeam-channel = { version = "0.5", optional = true } -serde = { version = "1.0.89", features = ["derive"], optional = true } \ No newline at end of file +serde = { version = "1.0.89", features = ["derive"], optional = true } diff --git a/notify-debouncer-mini/LICENSE b/notify-debouncer-mini/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/notify-debouncer-mini/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/notify-debouncer-mini/LICENSE.ARTISTIC b/notify-debouncer-mini/LICENSE.ARTISTIC new file mode 120000 index 00000000..f28c7ff8 --- /dev/null +++ b/notify-debouncer-mini/LICENSE.ARTISTIC @@ -0,0 +1 @@ +../LICENSE.ARTISTIC \ No newline at end of file diff --git a/notify/LICENSE b/notify/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/notify/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/notify/LICENSE.ARTISTIC b/notify/LICENSE.ARTISTIC new file mode 120000 index 00000000..f28c7ff8 --- /dev/null +++ b/notify/LICENSE.ARTISTIC @@ -0,0 +1 @@ +../LICENSE.ARTISTIC \ No newline at end of file