aboutsummaryrefslogtreecommitdiffhomepage
path: root/cuda_types/Cargo.toml
blob: 2ca470f93322a550061a53ec0637f897102fb594 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "cuda_types"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"

[dependencies]
cuda_base = { path = "../cuda_base" }
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }