new: Added information in Cargo.toml

This commit is contained in:
Sayantan Santra 2023-05-25 20:43:31 -05:00
parent 69e2efa37e
commit 18b77d826c
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -2,6 +2,15 @@
name = "matrix" name = "matrix"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
license = "GPL-3.0"
description = "A Rust crate for very basic matrix operations"
homepage = "https://github.com/SinTan1729/matrix"
documentation = "https://docs.rs/matrix"
repository = "https://github.com/SinTan1729/matrix"
readme = "README.md"
keywords = ["matrix", "math"]
categories = ["mathematics"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html