X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=d4ac84938dd5c3fec02c7a1512789ddcc4e2d2b7;hb=212222751363c15b2155555ac700ff50b69ac578;hp=2a429cbc86a93e34cd714975cc030721c2d6b4f6;hpb=44826a7edd68c0111273dac0ac4a3a705a6534cf;p=recipes.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2a429cb..d4ac849 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,3 +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" }