2021-05-16 14:12:50 +03:00
|
|
|
[package]
|
|
|
|
name = "zellij-client"
|
2022-02-22 15:36:39 +03:00
|
|
|
version = "0.26.0"
|
2021-05-16 14:12:50 +03:00
|
|
|
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
|
2021-10-22 04:21:16 +03:00
|
|
|
edition = "2021"
|
2021-05-16 14:12:50 +03:00
|
|
|
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]
|
2022-01-04 21:19:53 +03:00
|
|
|
mio = { version = "0.7.11", features = ['os-ext'] }
|
2022-02-22 15:36:39 +03:00
|
|
|
zellij-utils = { path = "../zellij-utils/", version = "0.26.0" }
|
|
|
|
zellij-tile = { path = "../zellij-tile/", version = "0.26.0" }
|
2021-07-14 09:22:11 +03:00
|
|
|
log = "0.4.14"
|
2021-10-29 16:28:36 +03:00
|
|
|
terminfo = "0.7.3"
|
2021-05-16 14:12:50 +03:00
|
|
|
|
2021-06-30 12:27:35 +03:00
|
|
|
[dev-dependencies]
|
|
|
|
insta = "1.6.0"
|
|
|
|
|