ruautd-framework 4.1.0

A basic API framework for running AUTD from Rust
Documentation
[package]
name = "ruautd-framework"
version = "4.1.0"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2018"

license = "MIT"
description = "A basic API framework for running AUTD from Rust"
repository = "https://github.com/sssssssuzuki/ruautd-framework"
readme = "README.md"
keywords = ["autd"]
exclude = [
    ".github/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
na = "0.20"
bitflags = "1.2"