summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 86cd91f56f3883341d839eaa98b7295b1e7abfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "matrix"
version = "0.1.10"
edition = "2021"
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"
[dependencies]