aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-20 13:22:50 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-20 13:22:50 -0500
commitccd98e001ea24cc37c2296b5e8ed3aece8fefeaf (patch)
treee23260a735d3460f3b6fa25e3cc45a27433ae855
parentd4e4954623d276326b3428eca9d614b4605cd766 (diff)
downloadvt100-test-ccd98e001ea24cc37c2296b5e8ed3aece8fefeaf.tar.gz
vt100-test-ccd98e001ea24cc37c2296b5e8ed3aece8fefeaf.zip
build vt100-test by default
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ecb95f..80003ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+default-run = "vt100-test"
+
[dependencies]
crossterm = "0.13"
env_logger = "0.7"