summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
blob: b67327effc7ecba3c8eb0cccfa427f87ebbb388c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zellij-tile"
version = "0.23.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2021"
description = "A small client-side library for writing Zellij plugins"
license = "MIT"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.20.0"
strum_macros = "0.20.0"