16 lines
346 B
TOML
16 lines
346 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"
|
|
|
|
[dependencies.profirust]
|
|
# version = 0.2.0
|
|
git = "https://github.com/rahix/profirust.git"
|
|
rev = "6274541806f2b5fb8cfdffb641ca8fa452806c81"
|
|
default-features = false
|
|
features = ["phy-linux", "std"]
|