Add a common crate.
[rup.git] / Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..fc05edd
--- /dev/null
@@ -0,0 +1,10 @@
+[workspace]
+
+members = [
+    "backend",
+    "common",
+]
+
+[profile.release]
+codegen-units = 1
+lto = true