robotrt-cli 0.1.0-beta.2

RobotRT modular robotics runtime and middleware components.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "robotrt-cli"
version.workspace = true
description.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
base64 = "0.22"
core-api = { package = "robotrt-core-api",  path = "../../crates/core-api", version = "0.1.0-beta.2" }
core-types = { package = "robotrt-core-types",  path = "../../crates/core-types", version = "0.1.0-beta.2" }
data-model = { package = "robotrt-data-model",  path = "../../crates/data-model", version = "0.1.0-beta.2" }
introspection-core = { package = "robotrt-introspection-core",  path = "../../crates/introspection-core", version = "0.1.0-beta.2" }
middleware-core = { package = "robotrt-middleware-core",  path = "../../crates/middleware-core", version = "0.1.0-beta.2" }
obs-core = { package = "robotrt-obs-core",  path = "../../crates/obs-core", version = "0.1.0-beta.2" }
replay-core = { package = "robotrt-replay-core",  path = "../../crates/replay-core", version = "0.1.0-beta.2" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"