mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2024-12-26 05:48:36 -06:00
new: Added information in Cargo.toml
This commit is contained in:
parent
69e2efa37e
commit
18b77d826c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue