mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 16:45:05 +01:00
rename parser crate
This commit is contained in:
parent
4aabcdfd76
commit
632f9d3426
16 changed files with 31 additions and 27 deletions
13
parser/Cargo.toml
Normal file
13
parser/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chumsky = "0.8.0"
|
||||
logos = "0.12.0"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.13.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue