[package]
edition = "2024"
name = "tl-errors"
version = "0.1.0"
authors = ["Mallesh Madapathi <mallesh@thinkingdbx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error types and diagnostics for the ThinkingLanguage compiler"
homepage = "https://github.com/mplusm/thinkinglanguage"
readme = "README.md"
keywords = [
"data-engineering",
"language",
"ai",
"pipeline",
"etl",
]
categories = [
"compilers",
"development-tools",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mplusm/thinkinglanguage"
resolver = "2"
[lib]
name = "tl_errors"
path = "src/lib.rs"
[dependencies.ariadne]
version = "0.4"
[dependencies.thiserror]
version = "2"