summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 00:23:42 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 00:23:42 +0200
commiteda43e57f44667014a99479408861db567d53eea (patch)
treec5c308378331264da7c2dc5538b4e204c591cf4e
parent2a48902154e54b2367a87784bfbf4da6351f4d24 (diff)
downloadmatrix-rs-eda43e57f44667014a99479408861db567d53eea.tar.gz
matrix-rs-eda43e57f44667014a99479408861db567d53eea.tar.bz2
matrix-rs-eda43e57f44667014a99479408861db567d53eea.zip
chore: add cargo description
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io"
license = "MIT"
publish = ["kellnr"]
+description = "Library for performing matrix operations"
[lib]
name = "matrix"
path = "src/lib.rs"