summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
blob: acb72c6bef6c95f9626e7a31664ba1acd0c461c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tui-react"
version = "0.2.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."
readme = "README.md"
license = "MIT"

[dependencies]
tui = "0.8.0"
log = "0.4.6"