diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-23 00:23:42 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-23 00:24:41 +0200 |
commit | cb6107cbcb63306424ae4d694dc86024c89795cc (patch) | |
tree | ed2de0b62a14c9c6a9fa015a88d02df977eb210d | |
parent | 2a48902154e54b2367a87784bfbf4da6351f4d24 (diff) | |
download | matrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.tar.gz matrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.tar.bz2 matrix-rs-cb6107cbcb63306424ae4d694dc86024c89795cc.zip |
chore: add cargo description
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |