feat(toolchain): add automatic bundled Rust toolchain fallback and integrate with CLI/CargoRunner

This commit is contained in:
2026-02-09 20:57:52 +00:00
parent 18dc4c3a79
commit 85273e2933
10 changed files with 218 additions and 43 deletions

View File

@@ -4,5 +4,6 @@ plugins.early.start('@git.zone/tsrust');
export * from './mod_fs/index.js';
export * from './mod_cargo/index.js';
export * from './mod_cli/index.js';
export * from './mod_toolchain/index.js';
plugins.early.stop();