Remove generated file 'frontend.js'
[recipes.git] / Cargo.toml
index 2a429cb..1686e30 100644 (file)
@@ -1,15 +1,14 @@
-[package]
-name = "recipes"
-version = "1.0.0"
-authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
-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]\r
+\r
+members = [\r
+    "backend",\r
+    "frontend",\r
+    "common",\r
+]\r
+\r
+[profile.release]\r
+strip = true\r
+codegen-units = 1\r
+lto = true\r
+# Tell `rustc` to optimize for small code size.\r
+# opt-level = "s"\r