summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-12 15:14:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-06-12 15:14:03 +0100
commitc18796db698cb686a89c5dec049dd8c9896481ea (patch)
tree397a56b756a8c25e4903f3329730deba6d0947c4 /subplotlib-derive/Cargo.toml
parent56ad5f7ba657a1cb70d5d74da6514582df18c62e (diff)
downloadsubplot-c18796db698cb686a89c5dec049dd8c9896481ea.tar.gz
chore: update Cargo.tomls for release
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib-derive/Cargo.toml')
-rw-r--r--subplotlib-derive/Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 787de3c..16a1a30 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -1,8 +1,17 @@
[package]
name = "subplotlib-derive"
version = "0.1.0"
-authors = ["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 = '''
+macros for constructing subplotlib based test suites, typically
+generated by `subplot codegen`.'''
+homepage = "https://subplot.liw.fi/"
+repository = "https://gitlab.com/subplot/subplot"
[lib]
proc-macro = true