zenu-cudnn-sys 0.1.0

Rust bindings for cuDNN
[package]
name = "zenu-cudnn-sys"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/bokutotu/zenu"
license = "MIT"
description = "Rust bindings for cuDNN"

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

[dependencies]
libc = "0.2.151"

[build-dependencies]
bindgen = "0.69.4"
zenu-cuda-config = { path = "../zenu-cuda-config", version = "0.1.0"}

[lints]
workspace = true