teatui/Cargo.toml
2026-01-29 13:25:24 +01:00

15 lines
438 B
TOML

[workspace]
resolver = "3"
members = ["teatui", "examples/*"]
[workspace.package]
authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"]
description = "A pure functional framework to build TUIs build on top of ratatui"
edition = "2024"
homepage = "https://github.com/JasterV/teatui"
license = "MIT"
repository = "https://github.com/JasterV/teatui"
[workspace.dependencies]
crossterm = "0.29.0"
ratatui = { version = "0.30" }