mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
chore: update Cargo.toml info
This commit is contained in:
parent
5ceee74b98
commit
dc920ba83c
3 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue