zellij/default-plugins/about/Cargo.toml
Aram Drevekenin 7aaa7aea8f
feat(ux): tips on startup (#3988)
* add some tips

* refactoring and max tip index

* add config to disable release notes and startup tips

* allow dismissing startup tips from plugin

* random tip at startup

* custom launch about

* fix tests

* style(fmt): rustfmt
2025-02-13 17:12:47 +01:00

10 lines
198 B
TOML

[package]
name = "about"
version = "0.1.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
license = "MIT"
[dependencies]
zellij-tile = { path = "../../zellij-tile" }
rand = "0.9.0"