summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
blob: 90be3e0843b1799ca85c3ced2e83e6c9bdb4e21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zellij-tile"
version = "0.16.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
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"