sass-assembler 0.1.1

SASS (NVIDIA GPU) assembler for Gaia project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "sass-assembler"

version = { workspace = true }

edition = { workspace = true }

authors = { workspace = true }

license = { workspace = true }

description = "SASS (NVIDIA GPU) assembler for Gaia project"

homepage = "https://gaia-assembly.netlify.app/backends/sass/"

repository = "https://github.com/nyar-vm/project-gaia/tree/main/examples/sass-assembler"

documentation = "https://docs.rs/sass-assembler"

readme = "readme.md"

exclude = ["package.json"]



[dependencies]

gaia-types = { workspace = true }

serde = { workspace = true }

tracing = { workspace = true }