zellij/zellij-client/Cargo.toml
a-kenji 7ed66d3e78
add(feature): unstable (#1542)
Add a feature `unstable`, which is intended to communicate the same
intent.

Gate: Send actions from cli with the `unstable` feature.
2022-06-25 21:48:00 +02:00

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 = [ ]