[dependencies]
[lib]
name = "rustx_core"
path = "src/lib.rs"
[package]
authors = ["GrandpaEJx"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "A clean, minimal scripting language that seamlessly integrates with Rust"
documentation = "https://github.com/GrandpaEJx/RustX/tree/main/docs"
edition = "2021"
homepage = "https://github.com/GrandpaEJx/RustX"
keywords = ["scripting", "language", "interpreter", "rust", "embedded"]
license = "MIT"
name = "rustx_core"
readme = "README.md"
repository = "https://github.com/GrandpaEJx/RustX"
version = "0.3.0"