outrun/outrun-core/Cargo.toml

14 lines
448 B
TOML
Raw Normal View History

2022-08-09 12:39:52 +12:00
[package]
authors = ["James Harton <james@harton.nz>"]
description = "🌅 The core library for the most retro-futuristic toy language in the world."
edition = "2021"
license-file = "../LICENSE.md"
name = "outrun-core"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-22 11:30:39 +12:00
miette = {version = "5.3", features = ["fancy"]}
2022-08-09 12:39:52 +12:00
outrun-compiler = {path = "../outrun-compiler"}