chore: add cargo description

This commit is contained in:
Zhongheng Liu 2025-01-23 00:23:42 +02:00
commit eda43e57f4
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -6,6 +6,7 @@ authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io" homepage = "https://stvnliu.gitlab.io"
license = "MIT" license = "MIT"
publish = ["kellnr"] publish = ["kellnr"]
description = "Library for performing matrix operations"
[lib] [lib]
name = "matrix" name = "matrix"
path = "src/lib.rs" path = "src/lib.rs"