diff options
| author | scarf <greenscarf005@gmail.com> | 2023-11-28 00:32:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 10:32:12 -0500 |
| commit | 2b7e145e56c7f1fbb4498d4ec6c6f9d237405db7 (patch) | |
| tree | 24ef9ad68cd9b786aeb12ae79d40d06c3cc92869 /cli/Cargo.toml | |
| parent | 3d47c7eb1ffc1da810d8d9dd8c0304cb26616d3e (diff) | |
feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)
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 259a8447e..e56f53a02 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -84,6 +84,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" dprint-plugin-markdown = "=0.16.3" dprint-plugin-typescript = "=0.88.5" +dprint-plugin-jupyter = "=0.1.1" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |
