summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2015-05-03 16:31:03 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2015-05-03 16:31:03 +0200
commit3e65e5a7d31fddf8a7467515004ca7e021177c62 (patch)
treea7477e9f939ec1803bd299a7c534ad1273dc5d9f /Cargo.toml
parente825a55ce2811a8ea6ee5fea289bfb530e3d55ba (diff)
downloadvtcol-3e65e5a7d31fddf8a7467515004ca7e021177c62.tar.gz
cargo: include project definition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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 <phg@phi-gamma.net>" ]
+
+[[bin]]
+name = "vtcol"
+test = false
+doc = false
+