outrun/outrun-compiler/Cargo.toml

15 lines
486 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-compiler"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
case = "1.0.0"
outrun-lexer = {path = "../outrun-lexer"}
outrun-parser = {path = "../outrun-parser"}
outrun-vm = {path = "../outrun-vm"}