natter/rust-toolchain.toml
Tom Alexander 3867f965d2
Add a dependency manager for render-time actions.
This will be used for supporting things like copying static files or rendering code blocks like gnuplot or graphviz.
2025-02-08 17:29:09 -05:00

5 lines
87 B
TOML

[toolchain]
channel = "nightly"
profile = "default"
components = ["clippy", "rustfmt"]