# SPDX-FileCopyrightText: V # SPDX-FileCopyrightText: edef # SPDX-License-Identifier: OSL-3.0 with import ./nix; mkShell { packages = [ cargo cargo-watch clippy # needed by rust-analyzer rustc # core crate code rustfmt # format-on-save # needed by prost-build protobuf ]; # needed by prost-build PROTOC = "protoc"; }