robost-script 0.1.0

Rhai inline scripting engine for Rust RPA scenario steps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "robost-script"
description = "Rhai inline scripting engine for Rust RPA scenario steps"
version.workspace     = true
edition.workspace     = true
license.workspace     = true
repository.workspace  = true
keywords   = ["rpa", "automation", "scripting", "rhai", "embedded"]
categories = ["development-tools"]

[dependencies]
rhai.workspace = true
thiserror.workspace = true
tracing.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true