[package] name = "nvml-rs" version = "0.1.0" authors = ["divinerapier "] edition = "2018" publish = true repository = "https://github.com/divinerapier/nvml-rs" description = "A rust binding of libnvidia-ml" license = "Apache-2.0" categories = ["nvidia", "gpu"] keyworks = ["nvidia", "gpu"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nvml-binding = {path = "nvml-binding", version = "0.1.0"} [workspace] members = [ "nvml-binding", "nvml-examples", ]