X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hb=ad3f1acd35631ba7cfe02849ae2a3e4d82707c03;hp=2fb9942e9873baccd28aeaf68a72d88fa35c9dce;hpb=b830d3cf071acfe2ba724506bfe6fa08fb0811fd;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index 2fb9942..4608e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +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" \ No newline at end of file +[workspace] + +members = [ + "backend", + "common", +] \ No newline at end of file