summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
blob: 6782a48501ec7b7d9978ef8b80b3481696b97f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tui-react"
version = "0.4.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 = { version = "0.9.1", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"