matrix-rs/Cargo.toml

13 lines
303 B
TOML

[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]