gege-jdr-backend/rust-toolchain.toml

5 lines
117 B
TOML
Raw Normal View History

2024-08-10 09:33:15 +00:00
[toolchain]
2024-11-22 18:17:40 +00:00
channel = "1.81.0"
2024-08-10 09:33:15 +00:00
components = [ "rustfmt", "rust-src", "clippy", "rust-analyzer" ]
profile = "default"