matrix-rs/Cargo.toml
Zhongheng Liu 8bb435ab10
init: first working impl of determinant
types: added initial matrix definition and impl blocks
2025-01-22 12:32:22 +02:00

6 lines
80 B
TOML

[package]
name = "matrix-rs"
version = "0.1.0"
edition = "2021"
[dependencies]