diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 16:31:03 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 16:31:03 +0200 |
commit | 3e65e5a7d31fddf8a7467515004ca7e021177c62 (patch) | |
tree | a7477e9f939ec1803bd299a7c534ad1273dc5d9f | |
parent | e825a55ce2811a8ea6ee5fea289bfb530e3d55ba (diff) | |
download | vtcol-3e65e5a7d31fddf8a7467515004ca7e021177c62.tar.gz |
cargo: include project definition
-rw-r--r-- | Cargo.toml | 14 |
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 + |