autd3-link-debug 2.2.2

Link for debug.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "autd3-link-debug"
version = "2.2.2"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2021"

license-file = "LICENSE"
description = "Link for debug."
repository = "https://github.com/shinolab/rust-autd"
readme = "README.md"
keywords = ["autd"]

[dependencies]
anyhow = "1.0.57"
autd3-core = {path="../autd3-core", version="2.2.2"}
autd3-firmware-emulator = {path="../autd3-firmware-emulator", version="2.2.2"}
log = "0.4.17"
thiserror = "1.0.30"