Initial commit

This commit is contained in:
EdJoPaTo
2020-10-30 16:10:26 +01:00
commit b539806734
8 changed files with 724 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "tui-tree-widget"
version = "0.1.0"
authors = ["EdJoPaTo <tui-tree-widget-cargo-package@edjopato.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicode-width = "0.1"
[dependencies.tui]
version = "0.12"
default-features = false
[dev-dependencies]
termion = "1.5"
[dev-dependencies.tui]
version = "0.12"
default-features = false
features = ["termion"]