holger-handler-bundle-core 0.1.0

The sealed-.znippy bundle repository machinery shared by holger's airgap package handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "holger-handler-bundle-core"
version = "0.1.0"
edition = "2021"
authors = ["Rickard Ernst Björn Lundin <rickard@x14.se>"]
description = "The sealed-.znippy bundle repository machinery shared by holger's airgap package handlers"
license = "MIT"
repository = "https://codeberg.org/nordisk/holger"

# ONE dependency, and it is the zero-dep ABI. Everything here compiles for
# wasm32-unknown-unknown, because both bundle handlers reach it from their wasm
# shims as well as from the native backend.
[dependencies]
holger-plugin-abi = { version = "0.1.0", path = "../abi" }