polyplug_guest 0.1.1

Guest-side Rust bindings for plugin authors using the polyplug runtime
[package]
name = "polyplug_guest"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Guest-side Rust bindings for plugin authors using the polyplug runtime"

[lib]
name = "polyplug_guest"
path = "src/lib.rs"

[dependencies]
polyplug_abi = { workspace = true }

[lints]
workspace = true