zellij/zellij-client/Cargo.toml
Brooks J Rady e0d7212c2a chore(rust): move to 2021 edition
Get with the times, kiddo (and all hail disjoint captures)
2021-10-22 02:21:16 +01:00

21 lines
513 B
TOML

[package]
name = "zellij-client"
version = "0.20.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 = "0.7.11"
termbg = "0.2.3"
zellij-utils = { path = "../zellij-utils/", version = "0.20.0" }
zellij-tile = { path = "../zellij-tile/", version = "0.20.0" }
log = "0.4.14"
[dev-dependencies]
insta = "1.6.0"