mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
12 lines
352 B
TOML
12 lines
352 B
TOML
[package]
|
|
name = "mosaic-tile"
|
|
version = "0.2.2"
|
|
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A small client-side library for writing mosaic plugins (tiles)"
|
|
repository = "https://github.com/mosaic-org/mosaic-tile"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |