From 4da5388440ce18d4ddebb2dd72d04518ac7c3f2f Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:05:41 +0200 Subject: [PATCH] Add cargo2nix/cargo2nix (#121) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8498951..e950537 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ ### Rust +* [cargo2nix](https://github.com/cargo2nix/cargo2nix) - Granular caching, development shell, Nix & Rust integration. * [fenix](https://github.com/nix-community/fenix) - Rust toolchains and Rust analyzer nightly for nix. * [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed. * [nix-cargo-integration](https://github.com/yusdacra/nix-cargo-integration) - A library that allows easy and effortless integration for Cargo projects.