mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
chore: update Cargo.toml
This commit is contained in:
parent
5e1ec63fa8
commit
2825688c30
3 changed files with 6 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1140,7 +1140,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "teatui"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
"ratatui",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,11 @@ members = ["teatui", "examples/*"]
|
|||
|
||||
[workspace.package]
|
||||
authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"]
|
||||
license = "MIT"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "teatui"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "An elm-like abstraction over Ratatui"
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue