blob: 71a03313f5395a6b9de1406d14dca9e5d52bef5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "zluda_ml"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2021"
[lib]
name = "nvml"
crate-type = ["cdylib"]
[dependencies]
cuda_base = { path = "../cuda_base" }
cuda_types = { path = "../cuda_types" }
|