outrun/outrun-parser/Cargo.toml
Renovate Bot 362275742a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update rust crate miette to v7
2024-02-06 15:05:41 +13:00

16 lines
467 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 = "7.0", features = ["fancy"]}
pest = "2.7"
pest_derive = "2.7"
thiserror = "1.0"