robost-plugin-api 0.1.1

Plugin author API for the Rust RPA automation framework (WASM extension interface)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "robost-plugin-api"
description = "Plugin author API for the Rust RPA automation framework (WASM extension interface)"
version.workspace     = true
edition.workspace     = true
license.workspace     = true
repository.workspace  = true
keywords   = ["rpa", "automation", "plugin", "wasm", "extension"]
categories = ["development-tools", "wasm"]

[dependencies]
serde.workspace = true
thiserror.workspace = true