TUI framework with widgets and layouts
Widget ve layout ile TUI framework
TUI kutuphanesi
ratatui = "0.28"Terminal manipulasyonu
crossterm = "0.28"Copy this Cargo.toml to get started:
[package]
name = "my-terminal-ui"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.28"
crossterm = "0.28"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: