[package]
edition = "2024"
name = "bynk-render"
version = "0.78.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bynk's shared diagnostic-rendering layer: ariadne human output and the short/json forms over bynk-syntax::CompileError. The presentation layer both CLI front-ends adopt so they render identically."
homepage = "https://github.com/accuser/bynk"
readme = "README.md"
keywords = [
"compiler",
"dsl",
"diagnostics",
"language",
]
categories = [
"compilers",
"command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/accuser/bynk"
[lib]
name = "bynk_render"
path = "src/lib.rs"
[dependencies.ariadne]
version = "0.5"
[dependencies.bynk-syntax]
version = "0.78.0"