Implement debounce time for automatic reloading (#117)

This commit is contained in:
Max
2025-11-26 21:22:58 +01:00
committed by GitHub
parent 0a0112a7e1
commit 55e0c2b33f
3 changed files with 67 additions and 27 deletions
+1
View File
@@ -51,6 +51,7 @@ flexi_logger = "0.31"
# for tracing with tokio-console
console-subscriber = { version = "0.5.0", optional = true }
debounce = "0.2.2"
[profile.production]
inherits = "release"