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:
|
setup-rust-tools:
|
||||||
@echo "📦 Installing Rust dependencies..."
|
@echo "📦 Installing Rust dependencies..."
|
||||||
cargo fetch
|
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 dependencies
|
||||||
setup-frontend:
|
setup-frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user