X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;h=da94703c35798af15edac361b0903b5491c5eb6d;hp=2a429cbc86a93e34cd714975cc030721c2d6b4f6;hb=a372187c8df325929066b1da189d5f81d5e2a822;hpb=33493c8991d8971450fc0eb5114152c9a0faa6b1 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2a429cb..da94703 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,3 +13,5 @@ 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" + +common = { path = "../common" }