- 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>
4 lines
68 B
TOML
4 lines
68 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
targets = ["x86_64-pc-windows-msvc"]
|