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"