redevplugin-worker-sdk 0.7.0

Rust SDK for ReDevPlugin WASM workers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "redevplugin-worker-sdk"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Rust SDK for ReDevPlugin WASM workers"
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
include = ["Cargo.toml", "LICENSE", "README.md", "src/**"]
keywords = ["plugin", "wasm", "sandbox"]
categories = ["api-bindings", "wasm"]

[dependencies]
base64 = "0.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"