summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
deleted file mode 100644
index aa55aad..0000000
--- a/tui-react/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "tui-react"
-version = "0.15.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.15.0", default-features = false }
-log = "0.4.6"
-unicode-segmentation = "1.6.0"
-unicode-width = "0.1.7"