robotrt-data-model 0.1.0-beta.2

RobotRT modular robotics runtime and middleware components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "robotrt-core-types"
version = "0.1.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef6ff1da5357d906cd2853255db12a515076cd28ad9785eb723fc0cf396a201"

[[package]]
name = "robotrt-data-model"
version = "0.1.0-beta.2"
dependencies = [
 "robotrt-core-types",
]