Initial
This commit is contained in:
commit
b53b37845d
4 changed files with 544 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue