summaryrefslogtreecommitdiffstats
path: root/default-plugins/session-manager/Cargo.toml
blob: deb8cec55286cf2a60db3adffd2961ddf9637240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
uuid = { version = "1.7.0", features = ["v4"] }