mirror of
https://github.com/marcriera/ddgo-pnp-controller.git
synced 2025-04-18 09:39:28 +02:00
12 lines
329 B
TOML
12 lines
329 B
TOML
[package]
|
|
name = "ddgo-pnp-controller"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[package.metadata.cross.target.arm-unknown-linux-musleabi]
|
|
pre-build = ["apt-get update && apt-get install -y python3"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
evdev-rs = "0.6.1"
|