summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-28 14:36:41 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-28 14:37:44 +0200
commit7af5be596dc710e22d849e0f260c4363583c7066 (patch)
tree0664c3aff1eb1751a36c8b164c1d90e86741d524
parent1d93bf8e40a109f78f3b9bbfe732598e2aabdf78 (diff)
downloadsummain-rs-7af5be596dc710e22d849e0f260c4363583c7066.tar.gz
chore: add fields to Cargo.toml for publishing create
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b570500..f548fe9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,9 @@
[package]
name = "summain"
version = "0.1.0"
+description = "File manifests"
+readme = "README.md"
+license = "GPL-3"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"