mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
15 lines
427 B
TOML
15 lines
427 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["teatui", "examples/*"]
|
|
|
|
[workspace.package]
|
|
authors = ["JasterV jasterv@noreply.codeberg.org"]
|
|
description = "A pure functional framework to build TUIs build on top of ratatui"
|
|
edition = "2024"
|
|
homepage = "https://codeberg.org/JasterV/teatui"
|
|
license = "MIT"
|
|
repository = "https://codeberg.org/JasterV/teatui"
|
|
|
|
[workspace.dependencies]
|
|
crossterm = "0.29.0"
|
|
ratatui = { version = "0.30" }
|