diff --git a/Cargo.toml b/Cargo.toml index 03961d3..629edde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cold-stat" -version = "0.1.2" +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"