changeset 78:22f3ca2d8dd6

Publish v0.1.1
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 29 Feb 2020 13:42:06 +0100
parents 744048393750
children 2018c6a389c9
files Cargo.toml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Feb 17 20:52:44 2020 +0100
+++ b/Cargo.toml	Sat Feb 29 13:42:06 2020 +0100
@@ -1,7 +1,11 @@
 [package]
-name = "rex"
-version = "0.1.0"
+name = "rex-regex"
+version = "0.1.1"
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
+description = "A pedestrian library for regular expressions: Slow, but easy to understand"
+license = "MIT"
+repository = "https://github.com/dermesser/rex"
+documentation = "https://docs.rs/rex-regex"
 
 [dependencies]