advent_of_code_2023/rust-toolchain.toml
Anthony Cicchetti 6f57e947b1 day two part one
2023-12-05 16:15:58 -05:00

3 lines
85 B
TOML

[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy", "rust-analyzer"]