Files
smol-machines--smolvm/crates/smolvm-cuda-codegen/Cargo.toml
T
2026-07-13 13:13:07 +08:00

11 lines
264 B
TOML

[package]
name = "smolvm-cuda-codegen"
version = "1.5.2"
edition = "2021"
description = "Generates forward-to-host-lib marshaling (guest stubs + host dispatch) from a function spec"
license = "Apache-2.0"
[[bin]]
name = "smolvm-cuda-codegen"
path = "src/main.rs"