[dependencies.logos]
version = "0.12.1"
[dependencies.thiserror]
version = "1.0.37"
[package]
authors = ["Newton Toto nyachiengatoto@gmail.com"]
categories = ["compilers", "parser-implementations"]
description = "The Egg Programming Language From Eloquent JavaScript, but in Rust"
documentation = "https://docs.rs/egglang"
edition = "2021"
include = ["Cargo.toml", "Cargo.lock", "src/*"]
keywords = ["egg", "interpreter", "parser", "language", "scripting"]
license = "MIT"
name = "egglang"
readme = "README.md"
repository = "https://github.com/sokorototo/egglang"
version = "0.1.5"