8 lines
101 B
TOML
8 lines
101 B
TOML
|
[toolchain]
|
||
|
channel = "stable"
|
||
|
profile = "minimal"
|
||
|
components = ["clippy", "rustfmt"]
|
||
|
targets = [
|
||
|
|
||
|
]
|