mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
9 lines
202 B
TOML
9 lines
202 B
TOML
[toolchain]
|
|
channel = "1.70.0"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
# Default regular build.
|
|
"x86_64-unknown-linux-gnu",
|
|
# For building a static binary.
|
|
"x86_64-unknown-linux-musl",
|
|
]
|