mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-27 02:15:41 +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]]
|
[[package]]
|
||||||
name = "teatui"
|
name = "teatui"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"ratatui",
|
"ratatui",
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,11 @@ members = ["teatui", "examples/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"]
|
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"
|
edition = "2024"
|
||||||
|
homepage = "https://github.com/JasterV/teatui"
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/JasterV/teatui"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
crossterm = "0.29.0"
|
crossterm = "0.29.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "teatui"
|
name = "teatui"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "An elm-like abstraction over Ratatui"
|
description = "An elm-like abstraction over Ratatui"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue