[package]
edition = "2024"
rust-version = "1.96"
name = "typ-panel-tree"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File tree panel for the TYPE terminal IDE"
homepage = "https://github.com/Pranjal-SB/type"
readme = false
keywords = [
"editor",
"terminal",
"tui",
"ide",
]
categories = [
"text-editors",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Pranjal-SB/type"
[lib]
name = "typ_panel_tree"
path = "src/lib.rs"
[[test]]
name = "expand"
path = "tests/expand.rs"
[[test]]
name = "tree"
path = "tests/tree.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.crossterm]
version = "0.29"
[dependencies.ratatui]
version = "0.30.2"
[dependencies.typ-core]
version = "0.2.1"