summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordenis <denismaximov98@gmail.com>2021-04-22 12:10:41 +0300
committerdenis <denismaximov98@gmail.com>2021-04-22 12:10:41 +0300
commitae3537957b7b1a580e7e4920bfc4d5cbb27ca97c (patch)
tree6d9c51ef720651fbf3feb463c8aa3520ec170c3d /Cargo.toml
parent8d98ca7da0bc278a832e4e7de23ff63a84deb529 (diff)
wip: new build?"
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8dc39d392..53eb0cd1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
interprocess = "1.0.1"
xrdb = "0.1.1"
-colors-transform = "0.2.5
+colors-transform = "0.2.5"
zellij-tile = { path = "zellij-tile/", version = "1.0.0" }
[dependencies.async-std]