mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
15 lines
342 B
TOML
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 = "*" |