twilight-tree/Cargo.toml
Awiteb 2b954bdb2e
chore: Bump the MSRV to 1.79.0
Signed-off-by: Awiteb <a@4rs.nl>
2024-12-25 20:27:06 +00:00

18 lines
441 B
TOML

[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"