lunatic-common-api 0.13.2

Common functionality for building lunatic host function APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lunatic-common-api"
version = "0.13.2"
edition = "2021"
description = "Common functionality for building lunatic host function APIs."
homepage = "https://lunatic.solutions"
repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates/lunatic-common-api"
license = "Apache-2.0/MIT"

[dependencies]
anyhow = { workspace = true }
wasmtime = { workspace = true }