8 lines
164 B
TOML
8 lines
164 B
TOML
[package]
|
|
name = "rax"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cubecl = { git = "https://github.com/tracel-ai/cubecl.git", features = ["wgpu", "cuda"] }
|