[package]
edition = "2021"
name = "holger-plugin-abi"
version = "0.1.0"
authors = ["Rickard Ernst Björn Lundin <rickard@x14.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "holger package-handler plugin ABI: the wire contract a handler speaks whether it is linked in or loaded from a .wasm"
readme = false
license = "MIT"
repository = "https://codeberg.org/nordisk/holger"
[lib]
name = "holger_plugin_abi"
path = "src/lib.rs"
[[test]]
name = "codec_survives_what_json_did_not"
path = "tests/codec_survives_what_json_did_not.rs"
[dependencies]