diff --git a/flake.nix b/flake.nix index e07cc71..986dc33 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,11 @@ path = ./templates/rust/workspace; description = "Cargo based rust project using a virtual workspace"; }; + + rust-lib = { + path = ./templates/rust/crate-lib; + description = "Cargo based rust library crate"; + }; }; }; }