12 lines
279 B
TOML
12 lines
279 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" }
|
|
|
|
rayon = "1.5.2" |