mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
14 lines
330 B
TOML
14 lines
330 B
TOML
[package]
|
|
name = "zellij-tile"
|
|
version = "0.11.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"
|