Files
icicle/wrappers/rust/icicle-cuda-runtime/Cargo.toml
2024-01-08 17:31:46 +02:00

15 lines
342 B
TOML

[package]
name = "icicle-cuda-runtime"
version = "1.0.0"
edition = "2021"
authors = [ "Ingonyama" ]
description = "Ingonyama's Rust wrapper of CUDA runtime"
homepage = "https://www.ingonyama.com"
repository = "https://github.com/ingonyama-zk/icicle"
rust-version = "1.70.0"
[dependencies]
bitflags = "1.3"
[build-dependencies]
bindgen = "*"