Files
film-scanner/firmware/motion-tester/Cargo.toml
2022-04-21 14:02:03 +02:00

10 lines
260 B
TOML

[package]
name = "motion-tester"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jerk_control = { path = "../jerk_control" }
structopt = { version = "0.3.26" }