chore: update Cargo.toml info

This commit is contained in:
JasterV 2026-03-07 01:01:13 +01:00
parent 5ceee74b98
commit dc920ba83c
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ steps:
token: token:
from_secret: CODEBERG_TOKEN from_secret: CODEBERG_TOKEN
- name: Release crates - name: Release unpublished crates
image: codeberg.org/jasterv/rust-magic-release:latest image: codeberg.org/jasterv/rust-magic-release:latest
pull: true pull: true
settings: settings:

View file

@ -3,12 +3,12 @@ resolver = "3"
members = ["teatui", "examples/*"] members = ["teatui", "examples/*"]
[workspace.package] [workspace.package]
authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"] authors = ["JasterV jasterv@noreply.codeberg.org"]
description = "A pure functional framework to build TUIs build on top of ratatui" description = "A pure functional framework to build TUIs build on top of ratatui"
edition = "2024" edition = "2024"
homepage = "https://github.com/JasterV/teatui" homepage = "https://codeberg.org/JasterV/teatui"
license = "MIT" license = "MIT"
repository = "https://github.com/JasterV/teatui" repository = "https://codeberg.org/JasterV/teatui"
[workspace.dependencies] [workspace.dependencies]
crossterm = "0.29.0" crossterm = "0.29.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "teatui" name = "teatui"
version = "0.4.0" version = "0.4.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