summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-25 13:36:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-25 14:26:07 +0100
commit91cc702cbe4e0e21f361244ddde58f5f3f5ad18e (patch)
tree136f2fc6cf4270b13fd8dd97a920ddc55f241598 /Cargo.toml
parent76ffd6b3ee65dee74d61a796771e75362ed10f84 (diff)
Remove unused crate
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d89f99f..db2921b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,6 @@ syntect = "4.4"
tar = "0.4"
terminal_size = "0.1"
tokio = { version = "0.2", features = ["macros", "fs", "process", "io-util", "blocking"] }
-toml = "0.5"
typed-builder = "0.7"
unindent = "0.1"
url = { version = "2", features = ["serde"] }