* basic about screen * work * finish implementing about plugin except theme spec * show about plugin only on first version run * some cleanups and do the right thing with open/xdg-open * refactor: make ui framework * refactor: remove old stuff * refactor: about plugin * style(fmt): rustfmt * chore(repo): about plugin asset * fix tests * style(fmt): rustfmt!!
11 lines
221 B
TOML
11 lines
221 B
TOML
[package]
|
|
name = "about"
|
|
version = "0.1.0"
|
|
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
chrono = "0.4.0"
|