aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-28 12:43:43 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-28 12:43:43 -0600
commitf7eeef26d5a251c2a925d18d288fec2fa205f59d (patch)
treeaf3fa75f5d4feebc823409a884c6f6d5cf222d06
parent3c3c95b54d12b1654c5c0810f7431190bc7d7580 (diff)
chore(deps) remove unused deps
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa90dd4..422dc61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,6 @@ tmux_interface = { version = "0.2.1", default-features = false, features = [
] }
tracing = { version = "0.1.37", features = ["attributes"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
-typed-builder = "0.11.0"
[dev-dependencies]
tempfile = "3.3.0"