cool errors

This commit is contained in:
nora 2022-06-13 12:32:39 +02:00
parent 29219405ff
commit e6ea89b754
7 changed files with 254 additions and 33 deletions

16
Cargo.lock generated
View file

@ -17,10 +17,20 @@ dependencies = [
"memchr",
]
[[package]]
name = "ariadne"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1cb2a2046bea8ce5e875551f5772024882de0b540c7f93dfc5d6cf1ca8b030c"
dependencies = [
"yansi",
]
[[package]]
name = "asm-thing"
version = "0.1.0"
dependencies = [
"ariadne",
"dbg-pls",
"insta",
"logos",
@ -571,3 +581,9 @@ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"