feat: Add installation of SeaORM CLI and cargo-watch in setup-rust-tools
This commit is contained in:
4
justfile
4
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:
|
||||
|
||||
Reference in New Issue
Block a user