mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
12 lines
283 B
TOML
12 lines
283 B
TOML
[package]
|
|
name = "ratatui-playground"
|
|
version = "0.1.0"
|
|
description = "A playground workspace for ratatui"
|
|
authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"]
|
|
license = "MIT"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.3"
|
|
crossterm = "0.28.1"
|
|
ratatui = "0.29.0"
|