X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=5a4b1e17c1aa9caf67e05475442483f6b3e0134d;hb=c4620d6f981e84059c464604969a55ff085152f6;hp=944bf962c74613060821961c6fe5b27f22223d41;hpb=fcb206d160d2588d5210d605191de78120a25879;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 944bf96..5a4b1e1 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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"