mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-16 01:25:05 +01:00
rename parser crate
This commit is contained in:
parent
4aabcdfd76
commit
632f9d3426
16 changed files with 31 additions and 27 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
|
@ -186,6 +186,15 @@ version = "1.10.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
||||
|
||||
[[package]]
|
||||
name = "parser"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chumsky",
|
||||
"insta",
|
||||
"logos",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-hack"
|
||||
version = "0.5.19"
|
||||
|
|
@ -305,16 +314,7 @@ dependencies = [
|
|||
name = "ub"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ub_parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ub_parser"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chumsky",
|
||||
"insta",
|
||||
"logos",
|
||||
"parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue