Update README.md

This commit is contained in:
Jonas Kruckenberg
2023-01-06 16:42:39 +01:00
parent 3d0d23c9ed
commit deefbd172f
+2
View File
@@ -15,6 +15,8 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
`src-tauri/Cargo.toml`
```toml
[dependencies]
tauri-plugin-authenticator = "0.1"
# or through git
tauri-plugin-authenticator = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
```