outrun/outrun-parser/Cargo.toml

12 lines
387 B
TOML

[package]
authors = ["James Harton <james@harton.nz>"]
description = "🌅 A parser 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]
outrun-lexer = {path = "../outrun-lexer"}