espy 0.1.3

a functional, embeddable, extendable scripting language.
Documentation
[package]
name = "espy"
version = "0.1.3"
edition = "2024"
license = "MPL-2.0"
readme = "../README.md"
description = "a functional, embeddable, extendable scripting language."
keywords = ["scripting", "functional", "extensible"]
categories = ["compilers", "config", "parser-implementations", "wasm"]
homepage = "https://espy.bstream.run"
repository = "https://git.bstream.run/evie/espy"

[dependencies]
espy-eyes = { version = "0.1.1", path = "../espy-eyes" }
espy-ears = { version = "0.1.2", path = "../espy-ears" }
espy-tail = { version = "0.1.0", path = "../espy-tail" }
espy-paws = { version = "0.1.0", path = "../espy-paws" }

[lints]
workspace = true