stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 829 forks source link

Add rust-toolchain.toml #141

Closed leighmcculloch closed 5 months ago

leighmcculloch commented 5 months ago

What

Add rust-toolchain.toml

Why

So that developers when checking out the code base know which version of Rust they should be using, and so that tooling and IDEs can automatically select the specified rust tooling, targets, and components.

The file is already used in other code bases like the soroban-examples repo.

Close stellar/rs-soroban-env#1311