From 02bf773a2e19dc82e63b64905d7f2421d19474cd Mon Sep 17 00:00:00 2001 From: exoego Date: Thu, 28 Mar 2024 18:40:02 +0900 Subject: [PATCH] Shorten description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce76f33..629edde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.3" edition = "2021" authors = ["TATSUNO Yasuhiro "] license = "MIT" -description = "A CLI tool to statically analyze cold start of AWS Lambda functions." +description = "CLI to statically analyze cold start of AWS Lambda functions." readme = "README.md" homepage = "https://github.com/exoego/cold-stat" repository = "https://github.com/exoego/cold-stat"