lorgn/lorgn_runtime/Cargo.toml
2022-08-29 17:00:27 +03:00

13 lines
260 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 = "0.1"
gc = "0.4"
gc_derive = "0.4"
ron = "0.8"