summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-01 10:21:46 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-01 10:21:46 +0200
commitc37e13bcf4219771f0895988e66f0619891d3e77 (patch)
tree8eb27d48b551613c3ff1918685b9dfb26c5af30d /Cargo.toml
parent8148a61b2417f71dcceec6798b15848f9a08fce7 (diff)
downloadsubplot-c37e13bcf4219771f0895988e66f0619891d3e77.tar.gz
Refactor: format Cargo.toml for readability
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 307404d..771cb6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,15 @@
[package]
name = "subplot"
version = "0.1.0"
-authors = ["Lars Wirzenius <liw@liw.fi>", "Daniel Silverstone <dsilvers@digital-scurf.org>"]
+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"
+description = '''
+tools for specifying, documenting,
+and implementing automated acceptance tests for systems and software'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/larswirzenius/subplot"