twilight-tree/Cargo.toml

19 lines
441 B
TOML
Raw Normal View History

[package]
authors = ["Awiteb <a@4rs.nl>"]
description = "Embeddable TUI files tree"
edition = "2021"
license = "MIT"
name = "twilight-tree"
version = "0.1.0"
rust-version = "1.79.0"
[dependencies]
chrono = "0.4.39"
exec = "0.3.1"
fern = "0.7"
log = "0.4"
serde = { version = "1.0.216", features = ["derive"] }
signal-hook = "0.3.17"
termion = "4.0.3"
toml = "0.8.19"