[package] name = "little-matrix" version = "0.1.0" authors = ["Thomas Kovacsits"] edition = "2018" license = "MIT" description = "A simple to use Matrix library for the Rust programming language." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3"