gitui/filetreelist/Cargo.toml

19 lines
623 B
TOML
Raw Normal View History

2021-05-21 15:52:05 +03:00
[package]
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"
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"]
keywords = ["gui","cli","terminal","ui","tui"]
2021-05-21 15:52:05 +03:00
[dependencies]
scopetime = { path = "../scopetime", version = "0.1" }
2021-05-21 15:52:05 +03:00
thiserror = "1.0"
[dev-dependencies]
pretty_assertions = "1.0"