summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-05 14:32:01 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-05 14:32:01 +0100
commit1b9e94cc2367d5caf673fd4d6e8d814554a7ed1a (patch)
tree65e594e9c6886eac2249d8f01b6de5f2081688da /Cargo.toml
parentb7d5d0077f3dd5802fac42dba20e38b7ada09c5b (diff)
downloadsubplot-1b9e94cc2367d5caf673fd4d6e8d814554a7ed1a.tar.gz
cargo.toml: Set default-run target to subplot binary
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 baeada4..451c378 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ tools for specifying, documenting,
and implementing automated acceptance tests for systems and software'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/subplot/subplot"
+default-run = "subplot"
[workspace]
members = [ "subplotlib", "subplotlib-derive" ]