From b739641a78bad5381aa2a8f7de3d464f9c5ce01f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Oct 2022 11:03:16 +0200 Subject: hot reload --- Cargo.lock | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f34ce1c..7e6b9fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,6 +950,28 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "inotify" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abf888f9575c290197b2c948dc9e9ff10bd1a39ad1ea8585f734585fa6b9d3f9" +dependencies = [ + "bitflags", + "futures-core", + "inotify-sys", + "libc", + "tokio 1.21.2", +] + +[[package]] +name = "inotify-sys" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" +dependencies = [ + "libc", +] + [[package]] name = "inout" version = "0.1.3" @@ -1637,6 +1659,7 @@ dependencies = [ "bytes 1.2.1", "env_logger", "future-utils", + "inotify", "log 0.4.17", "parking_lot 0.12.1", "serde", -- cgit v1.2.3-70-g09d2