[package] name = "kernels" version = "0.1.0" edition = "2024" [dependencies] cuda_std = { git = "https://github.com/rust-gpu/rust-cuda", rev = "7fa76f3d717038a92c90bf4a482b0b8dd3259344" } shared = { path = "../shared", features = ["cuda"] } [lib] crate-type = ["cdylib", "rlib"]