openrr-teleop 0.0.1

openrr teleoperation library
Documentation
[package]
name = "openrr-teleop"
version = "0.0.1"
authors = ["Takashi Ogura <ogura@smilerobotics.com>"]
edition = "2018"
license = "Apache-2.0"
description = "openrr teleoperation library"
keywords = ["robotics", "robot"]
categories = ["algorithms", "science::robotics"]
repository = "https://github.com/openrr/openrr"

[dependencies]
arci = "0.0.1"
async-trait = "0.1"
auto_impl = "0.4.1"
k = "0.22"
log = "0.4"
openrr-client = "0.0.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }