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:24:41 +0200
commitcb6107cbcb63306424ae4d694dc86024c89795cc (patch)
treeed2de0b62a14c9c6a9fa015a88d02df977eb210d
parent2a48902154e54b2367a87784bfbf4da6351f4d24 (diff)
downloadmatrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.tar.gz
matrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.tar.bz2
matrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.zip
chore: add cargo description
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <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"