summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-28 18:47:35 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-28 18:47:35 -0700
commitc1b1bfee3c25976c39669636518ec591932180cf (patch)
treeddccf45f2b7918a1ef566c04cb1835e27e89e82f /Cargo.toml
parentf9aed867ca8b9dea01647e57fec70393f8e053cb (diff)
Remove unused dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70de3f9..9ba2e83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,8 +48,6 @@ termimad = "0.8"
crossterm = { version = "0.17", features = ["event-stream"] }
pulldown-cmark = { version = "0.7", default-features = false }
-phf = { version = "0.8", features = ["macros"] }
-unicode-width = "0.1.5"
[dependencies.cursive]
version = "0.15"