1
0
Fork 0
This commit is contained in:
rahix 2024-05-31 20:46:43 +02:00
commit b53b37845d
4 changed files with 544 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "test-jig-software"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.3"
log = "0.4.21"
process-image = "0.2.0"
profirust = { version = "0.2.0", default-features = false, features = ["phy-linux", "std"] }