From 286aba00649fa8ffe51b8ff4bf79abab3c9e2c1e Mon Sep 17 00:00:00 2001 From: Mitchell M Date: Thu, 28 May 2026 17:17:28 -0500 Subject: [PATCH] add leptosfmt --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dc503a..3554cc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" RUN rustup component add clippy rustfmt # Install cargo-leptos, sqlx-cli and cargo-nextest -RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest +RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest leptosfmt # Set up the project directory WORKDIR /app diff --git a/README.md b/README.md index 0226f09..020780d 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,6 @@ The image has the following for use in ci/cd - clippy - rustfmt - cargo-leptos + - leptosfmt - sqlx-cli - cargo-nextest