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:23:42 +0200 |
commit | eda43e57f44667014a99479408861db567d53eea (patch) | |
tree | c5c308378331264da7c2dc5538b4e204c591cf4e | |
parent | 2a48902154e54b2367a87784bfbf4da6351f4d24 (diff) | |
download | matrix-rs-eda43e57f44667014a99479408861db567d53eea.tar.gz matrix-rs-eda43e57f44667014a99479408861db567d53eea.tar.bz2 matrix-rs-eda43e57f44667014a99479408861db567d53eea.zip |
chore: add cargo description
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |