summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-06 16:33:16 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-06 16:33:16 +0300
commit29a6eb9ad21b258bb4b570a9aca69f800134e714 (patch)
treedff8afa454f641b5965016c558d8a78cf0004aec /Cargo.toml
parentf62d4aa89bc9163bb92c38847bf4c1f0e832e453 (diff)
downloadsubplot-29a6eb9ad21b258bb4b570a9aca69f800134e714.tar.gz
Change: Cargo.toml for publishing to crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63157a6..0b11e37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,12 @@
[package]
name = "subplot"
version = "0.1.0"
-authors = ["Lars Wirzenius <liw@liw.fi>"]
+authors = ["Lars Wirzenius <liw@liw.fi>", "Daniel Silverstone <dsilvers@digital-scurf.org>"]
edition = "2018"
+license = "GPL-3.0-or-later"
+description = "set of tools for specifying, documenting, and implementing automated acceptance tests for systems and software"
+homepage = "https://subplot.liw.fi/"
+repository = "https://gitlab.com/larswirzenius/subplot"
[dependencies]
pandoc_ast = "0.7.2"