mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.29.0"
|
|
ratatui = "0.29.0"
|