mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 08:35:06 +01:00
13 lines
250 B
TOML
13 lines
250 B
TOML
[package]
|
|
name = "ub_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"
|