[package] name = "RustProject" version = "0.1.0" edition = "2021" documentation = "https://github.com/ToniZams/Rust-Project" license-file = "LICENSE.txt" readme = "README.txt" homepage = "https://github.com/ToniZams/Rust-Project" repository = "https://github.com/ToniZams/Rust-Project" keywords = ["gamedev", "graphics"] description = "Rust project that includes file reading, image viewer, and simple calculator" [dependencies] clap = "4.0" meval = "0.2" image = "0.24.3" minifb = "0.22.0"