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

18 lines
411 B
TOML

[package]
name = "smolvm-cudart-shim"
version = "1.5.2"
edition = "2021"
description = "Guest-side libcudart.so drop-in: CUDA Runtime API lowered to smolvm's Driver-API vsock RPC"
license = "Apache-2.0"
[lib]
name = "cudart"
crate-type = ["cdylib"]
[dependencies]
smolvm-cuda = { path = "../smolvm-cuda", default-features = false }
[target.'cfg(target_os = "linux")'.dependencies]
vsock = "0.5"
libc = "0.2"