gitui/filetreelist/Cargo.toml
2021-05-28 11:10:11 +02:00

18 lines
568 B
TOML

[package]
name = "filetreelist"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"
homepage = "https://github.com/extrawurst/gitui"
repository = "https://github.com/extrawurst/gitui"
readme = "README.md"
license-file = "LICENSE.md"
categories = ["command-line-utilities"]
keywords = ["gui","cli","terminal","ui","tui"]
[dependencies]
thiserror = "1.0"
[dev-dependencies]
pretty_assertions = "0.7"