From 7cfd0a0fa5f96b805cee7752b279681252026961 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Mon, 27 Apr 2026 23:50:28 +0100 Subject: [PATCH] update crates.io desc Signed-off-by: kerthcet --- Cargo.toml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75c7f14..622000e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,12 @@ version = "0.0.3" edition = "2021" description = "A lightweight, high-performance inference engine for local AI." license = "Apache-2.0" +repository = "https://github.com/InftyAI/PUMA" +homepage = "https://github.com/InftyAI/PUMA" +documentation = "https://github.com/InftyAI/PUMA" +readme = "README.md" +keywords = ["inference", "llm", "local-ai"] +authors = ["PUMA Team"] [dependencies] diff --git a/README.md b/README.md index 10f70ff..846ad16 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ spec: cache: revision: abc123de size: 1.24 GB - path: ~/.puma/cache/... + path: ~/.puma/cache/... status: created: 2 hours ago updated: 2 hours ago