mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-03-14 21:26:05 +01:00
a bunch of stuff mostly
This commit is contained in:
parent
56e7f77a0d
commit
b9a2f939c4
29 changed files with 734 additions and 345 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -34,7 +34,6 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"bumpalo",
|
||||
"indexmap",
|
||||
"lasso",
|
||||
"parser",
|
||||
"rustc-hash",
|
||||
]
|
||||
|
|
@ -318,6 +317,7 @@ dependencies = [
|
|||
"bitflags",
|
||||
"dbg-pls",
|
||||
"insta",
|
||||
"lasso",
|
||||
"peekmore",
|
||||
]
|
||||
|
||||
|
|
@ -573,6 +573,8 @@ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|||
name = "uwucc"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"analysis",
|
||||
"dbg-pls",
|
||||
"parser",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue