[package] name = "RustGraphix" version = "0.2.1" authors = ["RusterDev rusterpro4000@gmail.com"] edition = "2021" description = "Rust-Graphix is a Rust library for mathematics. It includes support for matrices, both two-dimensional and three-dimensional, along with various matrix operations and methods." license = "MIT" repository = "https://github.com/RusterDev/Rust-Graphix" readme = "../README.MD" # Substitua pelo caminho real do seu README.md # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Coloque as dependĂȘncias da sua crate aqui