Add a common crate
[recipes.git] / common / Cargo.toml
diff --git a/common/Cargo.toml b/common/Cargo.toml
new file mode 100644 (file)
index 0000000..7874825
--- /dev/null
@@ -0,0 +1,9 @@
+[package]
+name = "common"
+version = "0.1.0"
+authors = ["GrĂ©gory Burri <gregory.burri@matisa.ch>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]