[package]
edition = "2024"
name = "only-diagnostic"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared diagnostic types for the only task language."
documentation = "https://github.com/KercyDing/only"
readme = false
license = "MIT"
repository = "https://github.com/KercyDing/only"
resolver = "2"
[lib]
name = "only_diagnostic"
path = "src/lib.rs"
[[test]]
name = "diagnostic"
path = "tests/diagnostic.rs"
[dependencies.text-size]
version = "1.1"