X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hb=44826a7edd68c0111273dac0ac4a3a705a6534cf;hp=2a429cbc86a93e34cd714975cc030721c2d6b4f6;hpb=b17eb74c81f53f841a2cfe70f03eee39ec3998fd;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index 2a429cb..4608e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,6 @@ -[package] -name = "recipes" -version = "1.0.0" -authors = ["Grégory Burri "] -edition = "2018" - -[dependencies] -actix-web = "1.0" -actix-files = "0.1" -askama = "0.8" # Template system -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.5" # Rust object notation, to load configuration files. -itertools = "0.8" -sqlite = "0.25" +[workspace] + +members = [ + "backend", + "common", +] \ No newline at end of file