outrun/outrun-parser/Cargo.toml
Renovate Bot 8ba35b024e
All checks were successful
continuous-integration/drone/push Build is passing
fix(deps): update rust crate pest_derive to 2.7
2023-07-21 16:41:48 +12:00

16 lines
468 B
TOML

[package]
authors = ["James Harton <james@harton.nz>"]
description = "🌅 A compiler for the most retro-futuristic toy language in the world."
edition = "2021"
license-file = "../LICENSE.md"
name = "outrun-parser"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4"
miette = {version = "5.10", features = ["fancy"]}
pest = "2.5"
pest_derive = "2.7"
thiserror = "1.0"