[package] name = "garnish_lang" description = "Single library for re-exporting and documenting all Garnish core libraries." version = "0.0.18-alpha" authors = ["Chad Collins "] edition = "2021" homepage = "https://github.com/garnish-lang/garnish-core" documentation = "https://docs.rs/garnish_lang/latest/garnish_lang/" repository = "https://github.com/garnish-lang/garnish-core" license-file = "../LICENSE" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] garnish_lang_traits = { version = "0.0.18-alpha", path = "../traits" } garnish_lang_simple_data = { version = "0.0.18-alpha", path = "../data" } garnish_lang_compiler = { version = "0.0.18-alpha", path = "../compiler" } garnish_lang_runtime = { version = "0.0.18-alpha", path = "../runtime" } [features] serde = ["garnish_lang_traits/serde", "garnish_lang_simple_data/serde", "garnish_lang_compiler/serde", "garnish_lang_runtime/serde"]