From 9f7d92f9377266024263123142ee7472d3025ed7 Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Fri, 18 Aug 2023 16:40:23 +0200 Subject: [PATCH] change crate name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d614d2c..a8ba752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] -name = "identity-server" +name = "identity" version = "0.1.0-alpha.0" dependencies = [ "aes-gcm-siv", diff --git a/Cargo.toml b/Cargo.toml index 5209797..b3b8bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "identity-server" +name = "identity" version = "0.1.0-alpha.0" authors = ["Markus Wiegand "] edition = "2021"