zellij/zellij-client/Cargo.toml
har7an 25e5f551c0
chore: Introduce workspace dependencies (#4085)
* cargo: Introduce workspace dependencies

and deduplicate dependency entries across all non-plugin workspace
members. In the future this hopefully makes dependency upgrade easier
since shared dependencies need only be touched in one location.

* docs: Update CHANGELOG with PR #4085.
2025-03-22 12:57:32 +00:00

24 lines
588 B
TOML

[package]
name = "zellij-client"
version = "0.43.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]
log = { workspace = true }
mio = { version = "0.7.11", features = ['os-ext'] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = "0.8"
url = { workspace = true }
zellij-utils = { workspace = true }
[dev-dependencies]
insta = "1.6.0"
[features]
unstable = [ ]