mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-24 20:56:20 +03:00
15 lines
283 B
TOML
15 lines
283 B
TOML
[package]
|
|
name = "dark_api"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cuda_types = { path = "../cuda_types" }
|
|
format = { path = "../format" }
|
|
uuid = "1.16"
|
|
paste = "1.0"
|
|
bit-vec = "0.8.0"
|
|
cglue = "0.3.5"
|
|
lz4-sys = "1.9"
|
|
zstd-safe = { version = "7.2.4", features = ["std"] }
|