[package] name = "garnish_lang_utilities" description = "Helper functions for use with garnish core libraries." version = "0.10.0" authors = ["Chad Collins "] edition = "2021" homepage = "https://github.com/garnish-lang/garnish-utils" documentation = "https://github.com/garnish-lang/garnish-utils" repository = "https://github.com/garnish-lang/garnish-utils" 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_compiler = { version = "0.0.18-alpha" } garnish_lang_traits = { version = "0.0.18-alpha" } [dev-dependencies] garnish_lang_simple_data = { version = "0.0.18-alpha" }