mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
275 B
275 B
tauri.js |
---|
minor |
Adds a dependency manager command to the Node.js CLI (tauri deps
). The manager is able to install and update Rust and the Tauri ecosystem dependencies (npm package, crates, cargo subcommands).
Usage: tauri deps install
and tauri deps update
.