summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"