feat: configure performance for the rust porttion

This commit is contained in:
Jet 2026-03-26 18:36:51 -07:00
parent 5356e2dbb4
commit c55413c47f
No known key found for this signature in database
4 changed files with 14 additions and 7 deletions

View file

@ -99,7 +99,7 @@
pname = "jetpham-qa-api";
version = "0.1.0";
src = ./api;
cargoHash = "sha256-PL5D3NtPFZcDIxf8f2EOT7fahKVgt/+7obJIdR17AUY=";
cargoHash = "sha256-mAQUSA5S3uCCo4RbWVgzMMPDjVoSTcJCFdFOx9ZaxQo=";
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.openssl ];
};