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.toml | |
parent | d625152c478355b32965d8bec1cdf6ce60f4b23e (diff) | |
download | trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.bz2 trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.zst |
hot reload
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.13" future-utils = "0.12.1" bytes = "1.2.1" +inotify = "0.10.0" + |