Replace 'listenfd' by 'cargo watch'
[valheim_web.git] / backend / Cargo.toml
index 944bf96..5a4b1e1 100644 (file)
@@ -10,7 +10,6 @@ actix-rt = "1"
 actix-files = "0.2"
 serde = { version = "1.0", features = ["derive"] }
 
-listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
 ron = "0.6" # Rust object notation, to load configuration files.
 itertools = "0.10"