10 lines
242 B
TOML
10 lines
242 B
TOML
[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"] }
|