summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-19 11:10:21 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-19 11:10:21 +0530
commita351440c99c7fba4dd66329b2ae27301dec1f288 (patch)
treeaa5baae51dee960daa3207be2b72c0f20a186a93 /Cargo.toml
parent040d10df0f85eb0004831eae330adc2690f43dd7 (diff)
upgrade termbg and remove build-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92c36d103..9e7e31ab4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,9 +23,6 @@ zellij-utils = { path = "zellij-utils/", version = "*", features = ["test"] }
zellij-client = { path = "zellij-client/", version = "*", features = ["test"] }
zellij-server = { path = "zellij-server/", version = "*", features = ["test"] }
-[build-dependencies]
-structopt = "0.3"
-
[workspace]
members = [
"zellij-client",