templates/rust-app: correct package recipe

This commit is contained in:
Gabriel Arazas 2024-06-10 17:07:05 +08:00
parent ea4473ffbf
commit f6e6c8c571
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage {
src = lib.fileset.toSource {
root = ./.;
fileset = lib.fs.unions [
fileset = lib.fileset.unions [
./Cargo.lock
./Cargo.toml
./LICENSE