From 304799b1b297a412240c346f6e46d5b847c3bb0b Mon Sep 17 00:00:00 2001 From: Keysat Date: Thu, 7 May 2026 18:56:36 -0500 Subject: [PATCH] Rename crate to keysat-licensing-client; fix repository URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 770edd9..f7564ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "licensing-client" +name = "keysat-licensing-client" version = "0.1.0" edition = "2021" rust-version = "1.75" description = "Client library for Keysat. Verifies signed license keys offline and wraps the HTTP API for purchase and revocation checks." license = "MIT OR Apache-2.0" -repository = "https://github.com/keysat-xyz/keysat" +repository = "https://github.com/keysat-xyz/keysat-client-rust" keywords = ["bitcoin", "licensing", "btcpay", "start9"] categories = ["authentication", "cryptography"]