From 794c987b7843f404b9e50513dae978f807ba0a60 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 22 Jan 2024 12:10:13 +0100 Subject: [PATCH] Improve of the description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a45570db..5a558c5d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ rust-version = "1.67.1" version = "0.7.6" categories = ["command-line-utilities", "development-tools::build-utils"] -description = "Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible, storing a cache in a remote storage using various cloud storage." +description = "Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage." keywords = ["ccache"] license = "Apache-2.0" readme = "README.md"