summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2017-10-25 21:35:14 +1300
committerAndrew Clemons <andrew.clemons@gmail.com>2017-10-25 21:37:51 +1300
commit9dda18921a25f64e0a0da06e3417ce99f8bf9b41 (patch)
tree4ac9f126bc928e6fb89ddf90393428d3f633ea86 /Cargo.toml
parent9f0df5489ad6c00c2b4034bccfb6345ae2f94052 (diff)
downloadvtcol-9dda18921a25f64e0a0da06e3417ce99f8bf9b41.tar.gz
Silence warning for missing path for `vtcol` binary
vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16590af..0833d44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ license = "GPL-3.0"
[[bin]]
name = "vtcol"
+path = "src/vtcol.rs"
test = false
doc = false