single craqte

This commit is contained in:
nora 2023-03-04 11:30:53 +01:00
parent ff78ae710b
commit 2fd78566a3
25 changed files with 36 additions and 64 deletions

15
Cargo.lock generated
View file

@ -164,16 +164,6 @@ version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "parser"
version = "0.1.0"
dependencies = [
"ariadne",
"chumsky",
"insta",
"logos",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
@ -234,7 +224,10 @@ dependencies = [
name = "ub"
version = "0.1.0"
dependencies = [
"parser",
"ariadne",
"chumsky",
"insta",
"logos",
]
[[package]]