pax-example 0.10.7

Example and development app for the Pax monorepo and compiler
Documentation
[[bin]]
name = "parser"
path = "src/lib.rs"
required-features = ["parser"]

[[bin]]
name = "run"
path = "bin/run.rs"

[dependencies.pax-compiler]
optional = true
version = "0.10.7"

[dependencies.pax-lang]
version = "0.10.7"

[dependencies.pax-std]
version = "0.10.7"

[dependencies.serde_json]
optional = true
version = "1.0.95"

[features]
parser = ["pax-std/parser", "pax-lang/parser", "dep:serde_json", "dep:pax-compiler"]

[package]
authors = ["Zack Brown <zack@pax.dev>"]
default-run = "run"
description = "Example and development app for the Pax monorepo and compiler"
edition = "2021"
homepage = "https://pax.dev/"
license = "MIT OR Apache-2.0"
name = "pax-example"
repository = "https://www.github.com/pax-lang/pax"
version = "0.10.7"