From 3e65e5a7d31fddf8a7467515004ca7e021177c62 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 3 May 2015 16:31:03 +0200 Subject: cargo: include project definition --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6555395 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +############################################################################### +# VTCOL +############################################################################### + +[package] +name = "vtcol" +version = "0.42.0" +authors = [ "Philipp Gesang " ] + +[[bin]] +name = "vtcol" +test = false +doc = false + -- cgit v1.2.3