mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 20:52:54 +03:00
20 lines
616 B
TOML
20 lines
616 B
TOML
[package]
|
|
name = "filetreelist"
|
|
version = "0.4.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 = "MIT"
|
|
categories = ["command-line-utilities"]
|
|
keywords = ["gui", "cli", "terminal", "ui", "tui"]
|
|
|
|
[dependencies]
|
|
scopetime = { path = "../scopetime", version = "0.1" }
|
|
thiserror = "1.0"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.0"
|