summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-03-09 19:39:42 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-03-09 19:39:42 +0000
commit06bce9a1fd88651a2e85c120776bc07399206806 (patch)
tree6ecb2e8535d9cf2071d4ad5c22a295cd45089d18 /zellij-tile/Cargo.toml
parent3e10e345754e9b2759cf5240126de398921db691 (diff)
Deduplicate the WASM interface structs
Diffstat (limited to 'zellij-tile/Cargo.toml')
-rw-r--r--zellij-tile/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
index bdabb1756..eb9a2d594 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -8,4 +8,6 @@ license = "MIT"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0" \ No newline at end of file
+serde_json = "1.0"
+strum = "0.20.0"
+strum_macros = "0.20.0" \ No newline at end of file