From 11074ec6dc90edb9f0223b24ad0d3b2a4f7f4079 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 13 Apr 2025 02:29:05 +0200 Subject: [PATCH] Update README.md to specify version for Cargo.toml dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc6566..6ceeec2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add to your `Cargo.toml`: ```toml [dependencies] -loco-keycloak-auth = { git = "https://github.com/GKaszewski/loco-keycloak-auth" } +loco-keycloak-auth = "0.1" ``` > **Note**: If you’re 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" } ``` ---- +or just do `cargo add loco-keycloak-auth` ## 🛠 Setup