lorgn/lorgn_runtime/Cargo.toml
2022-08-29 16:57:55 +03:00

13 lines
281 B
TOML

[package]
name = "lorgn_runtime"
description = "runtime for the LORGN language"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/MajorBarnulf/lorgn"
[dependencies]
lorgn_lang = { path = "../lorgn_lang" }
gc = "0.4"
gc_derive = "0.4"
ron = "0.8"