* 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
10 lines
198 B
TOML
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"
|