2021-05-16 14:12:50 +03:00
|
|
|
[package]
|
|
|
|
name = "zellij-client"
|
2021-06-04 12:28:03 +03:00
|
|
|
version = "0.14.0"
|
2021-05-16 14:12:50 +03:00
|
|
|
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]
|
2021-05-19 08:40:21 +03:00
|
|
|
termbg = "0.2.3"
|
2021-06-04 12:28:03 +03:00
|
|
|
zellij-utils = { path = "../zellij-utils/", version = "0.14.0" }
|
2021-05-16 14:12:50 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
test = ["zellij-utils/test"]
|