beteran-frontend-server-edge/.devcontainer/rust-toolchain.toml
2022-08-04 22:57:50 +09:00

6 lines
99 B
TOML

[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]
targets = []