summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-04-24 00:13:13 +0530
committerGitHub <noreply@github.com>2021-04-23 20:43:13 +0200
commit13f7592b8a7a7f79e9d89117a1bdbeaf999622c4 (patch)
treee53978e022ac6b0f0e63017d44de77a9687f3069 /cli/Cargo.toml
parentfeb6af77323bfbcb8409ae529c8d152362d1c203 (diff)
refactor: use 'data-url' crate to process data URLs in lsp & file_fetcher (#10196)
Closes: #10118
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ea1c5b963..909ec1537 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -43,6 +43,7 @@ atty = "0.2.14"
base64 = "0.13.0"
byteorder = "1.4.3"
clap = "2.33.3"
+data-url = "0.1.0"
dissimilar = "1.0.2"
dprint-plugin-json = "0.10.1"
dprint-plugin-markdown = "0.6.2"