summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
blob: a26a17beebee205e69c4bc56e8560157faef30a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zellij-tile"
version = "0.18.1"
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"