fix(robot-kit): format crate and harden cross-platform feature gating
This commit is contained in:
parent
0dfc707c49
commit
d70324f4f7
11 changed files with 374 additions and 204 deletions
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
authors = ["theonlyhennygod"]
|
||||
license = "MIT"
|
||||
description = "Robot control toolkit for ZeroClaw - drive, vision, speech, sensors, safety"
|
||||
repository = "https://github.com/theonlyhennygod/zeroclaw"
|
||||
repository = "https://github.com/zeroclaw-labs/zeroclaw"
|
||||
readme = "README.md"
|
||||
keywords = ["robotics", "raspberry-pi", "ai", "agent", "ros2"]
|
||||
categories = ["science::robotics", "embedded", "hardware-support"]
|
||||
|
|
@ -54,6 +54,8 @@ chrono = { version = "0.4", features = ["clock", "std"] }
|
|||
# User directories
|
||||
directories = "5.0"
|
||||
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
# GPIO (Raspberry Pi only, optional)
|
||||
rppal = { version = "0.19", optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue