2021-05-21 15:52:05 +03:00
|
|
|
[package]
|
2021-05-28 12:10:11 +03:00
|
|
|
name = "filetreelist"
|
2021-09-05 11:46:27 +03:00
|
|
|
version = "0.3.0"
|
2021-05-21 15:52:05 +03:00
|
|
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
|
|
|
edition = "2018"
|
2021-05-28 12:10:11 +03:00
|
|
|
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"
|
2021-05-21 15:52:05 +03:00
|
|
|
homepage = "https://github.com/extrawurst/gitui"
|
|
|
|
repository = "https://github.com/extrawurst/gitui"
|
|
|
|
readme = "README.md"
|
|
|
|
license-file = "LICENSE.md"
|
|
|
|
categories = ["command-line-utilities"]
|
2021-05-28 12:10:11 +03:00
|
|
|
keywords = ["gui","cli","terminal","ui","tui"]
|
2021-05-21 15:52:05 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2021-06-02 01:14:51 +03:00
|
|
|
scopetime = { path = "../scopetime", version = "0.1" }
|
2021-05-21 15:52:05 +03:00
|
|
|
thiserror = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
pretty_assertions = "0.7"
|