[package]
edition = "2021"
rust-version = "1.75"
name = "bock-errors"
version = "0.1.0"
authors = ["Bock Language Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diagnostic error types and source span machinery for the Bock language compiler"
homepage = "https://bocklang.org"
documentation = "https://docs.rs/bock-errors"
readme = "README.md"
keywords = [
"bock",
"language",
"compiler",
"transpiler",
]
categories = [
"compilers",
"development-tools",
]
license = "MIT"
repository = "https://github.com/bock-lang/bock"
[lib]
name = "bock_errors"
path = "src/lib.rs"
[dependencies.ariadne]
version = "0.4"
[dependencies.thiserror]
version = "1"