2021-05-16 14:12:50 +03:00
|
|
|
[package]
|
|
|
|
name = "zellij-client"
|
2022-05-02 23:31:08 +03:00
|
|
|
version = "0.29.1"
|
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-05-02 23:31:08 +03:00
|
|
|
zellij-utils = { path = "../zellij-utils/", version = "0.29.1" }
|
|
|
|
zellij-tile = { path = "../zellij-tile/", version = "0.29.1" }
|
2022-03-28 11:40:45 +03:00
|
|
|
log = "0.4.16"
|
2021-05-16 14:12:50 +03:00
|
|
|
|
2021-06-30 12:27:35 +03:00
|
|
|
[dev-dependencies]
|
|
|
|
insta = "1.6.0"
|
|
|
|
|
2022-03-09 23:21:15 +03:00
|
|
|
[features]
|
|
|
|
|