summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-02-09 17:38:02 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-02-09 17:38:02 +0000
commit7bab33e5d224f9b34aebef9691c70513538bc194 (patch)
tree45467f1504a5424dab04d0aac973591a6b0ef93b /zellij-tile/Cargo.toml
parentfd001860f4b08920bb6201af723216031d89020f (diff)
parent167b891b0f87544c1ff95fd88a3685d78027a5e5 (diff)
Merged in mosaic-tile and started renaming to zellij
Diffstat (limited to 'zellij-tile/Cargo.toml')
-rw-r--r--zellij-tile/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
new file mode 100644
index 000000000..b9fbe0a58
--- /dev/null
+++ b/zellij-tile/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "mosaic-tile"
+version = "0.4.0"
+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" \ No newline at end of file