diff --git a/Cargo.toml b/Cargo.toml index 9a4a899..1931108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Zhongheng Liu "] homepage = "https://stvnliu.gitlab.io" license = "MIT" publish = ["kellnr"] +description = "Library for performing matrix operations" [lib] name = "matrix" path = "src/lib.rs"