Skip to content

Commit e221a04

Browse files
authored
docs(stronghold): add scrypt opt-level recommendation, closes #2048
1 parent eebfd2e commit e221a04

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/stronghold/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ tauri-plugin-stronghold = "2.0.0"
3131
tauri-plugin-stronghold = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
3232
```
3333

34+
Due to an [upstream bug](https://github.com/tauri-apps/plugins-workspace/issues/2048) we also recommend that you add this to your `Cargo.toml` file:
35+
36+
```toml
37+
[profile.dev.package.scrypt]
38+
opt-level = 3
39+
```
40+
3441
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3542

3643
> Note: If your JavaScript package manager cannot install packages from git monorepos, you can still use the code by manually copying the [Guest bindings](./guest-js/index.ts) into your source files.

0 commit comments

Comments
 (0)