jetson_gpio 0.1.1

A Rust port of NVIDIA's Python library for controlling GPIO pins on select Jetson devices
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"

[[package]]
name = "jetson_gpio"
version = "0.1.1"
dependencies = [
 "anyhow",
]