summaryrefslogtreecommitdiffstats
path: root/zellij-client/Cargo.toml
blob: 4c580f13be3cfcbb68e058928535fe863ccc44d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "zellij-client"
version = "0.18.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The client-side library for Zellij"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mio = "0.7.11"
termbg = "0.2.3"
zellij-utils = { path = "../zellij-utils/", version = "0.18.0" }
zellij-tile = { path = "../zellij-tile/", version = "0.18.0" }
log = "0.4.14"

[dev-dependencies]
insta = "1.6.0"