summaryrefslogtreecommitdiffstats
path: root/zellij-tile-utils/Cargo.toml
blob: 6525252a9ff23c2b7de9a758e59ec4a67fd38d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "zellij-tile-utils"
version = "0.34.0"
authors = ["denis <denismaximov98@gmail.com>"]
edition = "2021"
description = "A utility library for Zellij plugins"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ansi_term = "0.12.1"