hemtt-error 1.0.0

An IO library for hemtt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "hemtt-error"

version = "1.0.0"

edition = "2021"

description = "An IO library for hemtt"

license = "GPL-2.0"



[dependencies]

hemtt-tokens = { path = "../tokens", version ="1.0.0" }



colored = { workspace = true }

thiserror = "1.0.39"