gitui/filetreelist/Cargo.toml

20 lines
577 B
TOML
Raw Normal View History

2021-05-21 15:52:05 +03:00
[package]
name = "filetreelist"
2024-09-28 12:52:54 +03:00
version = "0.5.2"
2022-02-22 01:33:03 +03:00
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
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"
2022-01-02 13:33:52 +03:00
license = "MIT"
2021-05-21 15:52:05 +03:00
categories = ["command-line-utilities"]
2021-11-28 15:38:44 +03:00
keywords = ["gui", "cli", "terminal", "ui", "tui"]
exclude = ["/demo.gif"]
2021-05-21 15:52:05 +03:00
[dependencies]
thiserror = "1.0"
[dev-dependencies]
pretty_assertions = "1.4"