rrtk 0.7.0

Rust Robotics ToolKit: A data flow-based robotics framework designed for embedded systems.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libm"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1903c78ef53cd38a11da4a8e22ce0db9d954ff41f3c2d383d0e689af3770c15e"

[[package]]
name = "micromath"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cedf8513604f9696e9ed523511dd27e7ccb5502e414958f1669e492c7d85dcf1"

[[package]]
name = "rrtk"
version = "0.7.0"
dependencies = [
 "libm",
 "micromath",
]