fix(cli): replace npmextra config loading with smartconfig

This commit is contained in:
2026-03-24 15:07:43 +00:00
parent e9ad5775a1
commit b85abf7b93
6 changed files with 38 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsrust',
version: '1.3.0',
version: '1.3.1',
description: 'A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.'
}