[package] name = "RustProject_Randazzo" version = "0.1.6" edition = "2021" authors = ["Croce Randazzo "] license = "MIT OR Apache-2.0" description = "A CLI app for my Proggramming Languages class's Rust Project" readme = "README.txt" homepage = "https://github.com/randaz99/RustProject_Randazzo" repository = "https://github.com/randaz99/RustProject_Randazzo" keywords = ["cli", "project", "coursework", "Rowan"] categories = ["command-line-utilities"] [dependencies] sysinfo = { version = "0.31.0"} clap = { version = "4.0", features = ["derive"] } anyhow = "1.0" wgpu = "0.16" nvml-wrapper = "0.9.0" libloading = "0.7"