hipster 0.1.0

Helper crate for searching for HIP libraries
Documentation
[package]
name = "hipster"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Helper crate for searching for HIP libraries"
repository = "https://github.com/n3nx/hipster"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
cuda = []
rocm = []

all = ["cuda", "rocm"]

[dependencies]
glob = "0.3.0"