From cb6107cbcb63306424ae4d694dc86024c89795cc Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 23 Jan 2025 00:23:42 +0200 Subject: [PATCH] chore: add cargo description --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a4a899..526884d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "matrix" -version = "0.1.4" +version = "0.1.4-1" edition = "2021" authors = ["Zhongheng Liu "] homepage = "https://stvnliu.gitlab.io" license = "MIT" publish = ["kellnr"] +description = "Library for performing matrix operations" [lib] name = "matrix" path = "src/lib.rs"