minisql/parser/Cargo.toml
2024-02-05 23:24:26 +01:00

14 lines
304 B
TOML

[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]
bimap = { workspace = true }
nom = "7.1.3"
nom-peg = "0.1.1"
thiserror = { workspace = true }
minisql = { path = "../minisql" }