fix(config): migrate project metadata to .smartconfig.json and update related dependencies

This commit is contained in:
2026-03-24 19:02:17 +00:00
parent 838b3a9feb
commit cd99e15583
6 changed files with 1627 additions and 1518 deletions

View File

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