summaryrefslogtreecommitdiffstats
path: root/default-plugins/session-manager/Cargo.toml
blob: 97100ed69059c0a0e8be3d9c0f869aae8852a9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"