pax-lang 0.6.13

Root import entry-point for using Pax in a Rust program
Documentation
[dependencies.pax-compiler]
optional = true
version = "0.6.13"

[dependencies.pax-macro]
version = "0.6.13"

[dependencies.pax-message]
version = "0.6.13"

[dependencies.pax-runtime-api]
version = "0.6.13"

[features]
parser = ["dep:pax-compiler"]

[package]
authors = ["Zack Brown <zack@pax.dev>"]
description = "Root import entry-point for using Pax in a Rust program"
edition = "2021"
homepage = "https://pax.dev/"
license = "MIT OR Apache-2.0"
name = "pax-lang"
readme = "README.md"
repository = "https://www.github.com/pax-lang/pax"
resolver = "1"
version = "0.6.13"