From eda43e57f44667014a99479408861db567d53eea 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9a4a899..1931108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ 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"