changeset 41:98b6d81573de

Prepare crate for publishing.
author Lewin Bormann <lewin@lewin-bormann.info>
date Tue, 18 Jun 2019 20:23:27 +0200
parents 456386366fc8
children f1dafc623bad
files Cargo.toml
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sat Jun 08 11:13:47 2019 +0200
+++ b/Cargo.toml	Tue Jun 18 20:23:27 2019 +0200
@@ -1,11 +1,14 @@
 [package]
 name = "rcombinators"
 version = "0.1.0"
-authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
+authors = ["Lewin Bormann <lbo@spheniscida.de>"]
+description = "A parser combinator library in rust."
+readme = "README.md"
+keywords = ["parsing", "parser-combinators", "parsec", "parse"]
+license = "MIT"
+repository = "https://github.com/dermesser/rcombinators"
 edition = "2018"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies]
 time-test = "0.2"
 utf8reader = "0.1"