From 98448509f45a1f8f5e9546b016e42acebadfb386 Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Sat, 21 Mar 2026 03:05:56 +0000 Subject: [PATCH] feat: Add installation of SeaORM CLI and cargo-watch in setup-rust-tools --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 8665c48..caeacb1 100644 --- a/justfile +++ b/justfile @@ -21,6 +21,10 @@ setup: setup-rust-tools: @echo "📦 Installing Rust dependencies..." cargo fetch + @echo "🔧 Installing bin tools" + cargo install sea-orm-cli@^2.0.0-rc --features "sqlx-postgres runtime-tokio-rustls" + cargo install cargo-watch + # Setup frontend dependencies setup-frontend: