zellij/zellij-client/Cargo.toml
2022-09-09 13:38:22 +02:00

21 lines
496 B
TOML

[package]
name = "zellij-client"
version = "0.32.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.32.0" }
log = "0.4.17"
[dev-dependencies]
insta = "1.6.0"
[features]
unstable = [ ]