* working with table and scrolling * ui and functionality complete * fix formatting * refactor: background jobs * style(fmt): rustfmt
13 lines
284 B
TOML
13 lines
284 B
TOML
[package]
|
|
name = "session-manager"
|
|
version = "0.1.0"
|
|
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
chrono = "0.4.0"
|
|
fuzzy-matcher = "0.3.7"
|
|
unicode-width = "0.1.10"
|
|
humantime = "2.1.0"
|