so yeah that was a bunch of code

This commit is contained in:
nora 2023-05-27 22:30:09 +02:00
parent 3a282ffb89
commit ebe01c7521
17 changed files with 590 additions and 106 deletions

7
Cargo.lock generated
View file

@ -44,6 +44,7 @@ name = "analysis"
version = "0.1.0"
dependencies = [
"bumpalo",
"either",
"indexmap",
"parser",
"rustc-hash",
@ -163,6 +164,12 @@ dependencies = [
"syn",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "encode_unicode"
version = "0.3.6"