Remove the cargo.toml workspace and define common as a library
[recipes.git] / backend / Cargo.toml
index 2a429cb..da94703 100644 (file)
@@ -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" }