From 9a52db5f701ece6e12d25f14a6113c0614cdcade Mon Sep 17 00:00:00 2001 From: David Mulder Date: Mon, 3 Jun 2024 11:59:59 -0600 Subject: [PATCH] Rename the project 'libhimmelblau' This relates to the original project name, and it distinguishes it from Microsoft's MSAL libraries. Signed-off-by: David Mulder --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6084d16..348e6cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "msal" -description = "Microsoft Compatible Authentication Library for Rust" +name = "libhimmelblau" +description = "Samba Library for Azure Entra ID Authentication" version = "0.2.6" edition = "2021" authors = [