Skip to content

Commit 5b9b02a

Browse files
author
Eric Githinji
committed
Add dprint to install-tools task.
1 parent 9e936b6 commit 5b9b02a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The course is built using a few tools:
5656
- [mdbook-exerciser](mdbook-exerciser/)
5757
- [mdbook-course](mdbook-course/)
5858
- [mdbook-linkcheck2](https://github.com/marxin/mdbook-linkcheck2)
59+
- [dprint](https://dprint.dev/)
5960

6061
First install Rust by following the instructions on https://rustup.rs/. Then
6162
clone this repository:

xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ fn install_tools() -> Result<()> {
104104
vec!["mdbook-i18n-helpers", "--locked", "--version", "0.3.6"],
105105
vec!["i18n-report", "--locked", "--version", "0.2.0"],
106106
vec!["mdbook-linkcheck2", "--locked", "--version", "0.9.1"],
107+
vec!["dprint", "--locked"],
107108
// Mdbook-exerciser and mdbook-course are located in this repository.
108109
// To make it possible to install them from any directory we need to
109110
// specify their path from the workspace root.

0 commit comments

Comments
 (0)