summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 19:00:47 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 19:01:53 +0530
commitf59b32d344875bbfc584f259c2c2e74dbb254b08 (patch)
tree7f9578684aafb7a24ce16a1b028dc9cb346c8d2e /tui-react/Cargo.toml
parent7549e82fa1afc3fd87af6e42c13757a1c11994ea (diff)
Updated readmes
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index 11bfb4e..4b2d666 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "tui-react"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
description = "TUI widgets using a react-like paradigm, allowing mutable component state and render properties."
+readme = "README.md"
license = "MIT"
[dependencies]