diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-04-24 00:13:13 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 20:43:13 +0200 |
| commit | 13f7592b8a7a7f79e9d89117a1bdbeaf999622c4 (patch) | |
| tree | e53978e022ac6b0f0e63017d44de77a9687f3069 /cli/Cargo.toml | |
| parent | feb6af77323bfbcb8409ae529c8d152362d1c203 (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.toml | 1 |
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" |
