plugy 0.1.0

plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM
Documentation
[dependencies.plugy-core]
version = "0.1.0"

[dependencies.plugy-macros]
version = "0.1.0"

[dependencies.plugy-runtime]
version = "0.1.0"

[package]
categories = ["wasm", "plugin", "wasi", "inventory"]
description = "plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM"
edition = "2021"
license = "GPL-3.0-only"
name = "plugy"
readme = "README.md"
repository = "https://github.com/geofmureithi/plugy"
version = "0.1.0"
[profile.release]
lto = true