Configure rustup toolchain, cargo credentials, and put dependencies under cargo.

This commit is contained in:
Tom Alexander
2025-02-01 15:45:58 -05:00
parent 64e735abbf
commit 3ed43b1b8a
2 changed files with 93 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
default_toolchain = "nightly-x86_64-unknown-linux-gnu"
profile = "default"
version = "12"
[overrides]