mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-24 03:13:34 +03:00
7ed66d3e78
Add a feature `unstable`, which is intended to communicate the same intent. Gate: Send actions from cli with the `unstable` feature.
22 lines
559 B
TOML
22 lines
559 B
TOML
[package]
|
|
name = "zellij-client"
|
|
version = "0.31.0"
|
|
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
|
|
edition = "2021"
|
|
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 = { version = "0.7.11", features = ['os-ext'] }
|
|
zellij-utils = { path = "../zellij-utils/", version = "0.31.0" }
|
|
zellij-tile = { path = "../zellij-tile/", version = "0.31.0" }
|
|
log = "0.4.17"
|
|
|
|
[dev-dependencies]
|
|
insta = "1.6.0"
|
|
|
|
[features]
|
|
unstable = [ ]
|