summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 17:46:28 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 17:46:28 +0530
commit3aa9b0168425706b6bdfa4eb2b9335da24bc15fd (patch)
treef370b0e32ef7f852f087320e3cd76b5d8b78a6fd /tui-react/Cargo.toml
parent80ae2ac79c1525886c613452c835099eeae97c4d (diff)
Add tui-react as library - it's proven (enough)...
...to be working and worth a slot on crates.io :D
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
new file mode 100644
index 0000000..11bfb4e
--- /dev/null
+++ b/tui-react/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "tui-react"
+version = "0.1.0"
+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."
+license = "MIT"
+
+[dependencies]
+tui = "0.6.0"
+log = "0.4.6"