X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;h=d4ac84938dd5c3fec02c7a1512789ddcc4e2d2b7;hp=da94703c35798af15edac361b0903b5491c5eb6d;hb=4971d7f0afb67499e0cbd8d53bf649dea2d74d6c;hpb=d64d0bceb81b8f15fa0af625b96edf75ab7cdcff diff --git a/backend/Cargo.toml b/backend/Cargo.toml index da94703..d4ac849 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,5 +13,6 @@ listenfd = "0.3" # To watch file modifications and automatically launch a build ron = "0.5" # Rust object notation, to load configuration files. itertools = "0.8" sqlite = "0.25" +env_logger = "0.6" common = { path = "../common" }