1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00

Speed up KDF

This commit is contained in:
Hinton
2025-07-31 16:39:12 +02:00
parent 3132e09e21
commit 3ad308138e
7 changed files with 23 additions and 19 deletions

View File

@@ -10,17 +10,17 @@
</PropertyGroup>
<ItemGroup>
<Content Include="rust/target/debug/libsdk.dylib">
<Content Include="rust/target/release/libsdk.dylib">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<Link>runtimes/osx-arm64/native/libsdk.dylib</Link>
</Content>
<Content Include="./rust/target/debug/libsdk.so">
<Content Include="./rust/target/release/libsdk.so">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="./rust/target/debug/libsdk.dll">
<Content Include="./rust/target/release/libsdk.dll">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
</Project>
</Project>