[package]
edition = "2024"
rust-version = "1.85"
name = "yagbas_asmtypes"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The assembly data type for the yagbas compiler."
readme = false
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/Lokathor/yagbas"
[lib]
name = "yagbas_asmtypes"
path = "src/lib.rs"
[[test]]
name = "usability"
path = "tests/usability.rs"
[dependencies.str_id]
version = "0.1.0"