mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00

Co-authored-by: Orhun Parmaksız <orhun@archlinux.org> Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
14 lines
225 B
TOML
14 lines
225 B
TOML
[package]
|
|
name = "release-header"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre.workspace = true
|
|
ratatui.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|