Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / common / Cargo.toml
diff --git a/common/Cargo.toml b/common/Cargo.toml
new file mode 100644 (file)
index 0000000..cf6ec79
--- /dev/null
@@ -0,0 +1,14 @@
+[package]
+name = "common"
+version = "0.1.0"
+authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[dependencies]
+
+
+[profile.release]
+codegen-units = 1
+lto = true
+panic = 'abort'