chore: add cargo description
This commit is contained in:
parent
2a48902154
commit
cb6107cbcb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
version = "0.1.4"
|
version = "0.1.4-1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
|
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
|
||||||
homepage = "https://stvnliu.gitlab.io"
|
homepage = "https://stvnliu.gitlab.io"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
publish = ["kellnr"]
|
publish = ["kellnr"]
|
||||||
|
description = "Library for performing matrix operations"
|
||||||
[lib]
|
[lib]
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue