reckue-dev/apps/agent/rust-toolchain.toml
claude d158fcf520 fix(agent): add clap env feature, pin MSVC toolchain
- Added "env" feature to clap for env var support in CLI args
- Added rust-toolchain.toml to force MSVC target on Windows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 23:11:52 +05:00

4 lines
68 B
TOML

[toolchain]
channel = "stable"
targets = ["x86_64-pc-windows-msvc"]