Update README.md to specify version for Cargo.toml dependency

This commit is contained in:
2025-04-13 02:29:05 +02:00
parent c055e152e8
commit 11074ec6dc

View File

@@ -22,7 +22,7 @@ Add to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
loco-keycloak-auth = { git = "https://github.com/GKaszewski/loco-keycloak-auth" } loco-keycloak-auth = "0.1"
``` ```
> **Note**: If youre using a local path for development: > **Note**: If youre using a local path for development:
@@ -31,7 +31,7 @@ loco-keycloak-auth = { git = "https://github.com/GKaszewski/loco-keycloak-auth"
loco-keycloak-auth = { path = "../loco-keycloak-auth" } loco-keycloak-auth = { path = "../loco-keycloak-auth" }
``` ```
--- or just do `cargo add loco-keycloak-auth`
## 🛠 Setup ## 🛠 Setup