cuda-rust-example/Cargo.toml

17 lines
239 B
TOML
Raw Normal View History

2019-05-03 01:00:44 +10:00
[package]
name = "cuda-test"
version = "0.1.0"
authors = ["xeals <xeals@pm.me>"]
build = "build.rs"
edition = "2018"
[dependencies]
libc = "0.2.53"
[build-dependencies]
cc = "1.0.36"
[[bin]]
name = "cuda-test"
path = "src/rust/main.rs"