diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:03:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:03:16 +0200 |
commit | b739641a78bad5381aa2a8f7de3d464f9c5ce01f (patch) | |
tree | f3d3a84d6edb7a8f5616dce919adaa4a05807575 /Cargo.lock | |
parent | d625152c478355b32965d8bec1cdf6ce60f4b23e (diff) | |
download | trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.bz2 trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.zst |
hot reload
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -951,6 +951,28 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1637,6 +1659,7 @@ dependencies = [ "bytes 1.2.1", "env_logger", "future-utils", + "inotify", "log 0.4.17", "parking_lot 0.12.1", "serde", |