rust-poem-openapi-template/rust-toolchain.toml

5 lines
117 B
TOML
Raw Permalink Normal View History

2024-08-09 07:05:42 +00:00
[toolchain]
channel = "1.78.0"
components = [ "rustfmt", "rust-src", "clippy", "rust-analyzer" ]
profile = "default"