chirpstack/rust-toolchain.toml
Orne Brocaar e3383baa02 Add rust-toolchain.toml + shell.nix files.
This makes it easier to start a devshell without using Docker.
2023-05-17 14:46:13 +01:00

8 lines
165 B
TOML

[toolchain]
channel = "1.68.2"
components = ["rustfmt", "clippy"]
targets = [
"armv7-unknown-linux-gnueabihf",
"aarch64-unknown-linux-gnu",
]
profile = "default"