beteran-server-service/.devcontainer/rust-toolchain.toml

6 lines
99 B
TOML
Raw Normal View History

2022-08-05 04:10:34 +00:00
[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]
targets = []