You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "valve-tester"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
env_logger = "0.11.5"
|
|
log = "0.4.22"
|
|
|
|
[dependencies.profirust]
|
|
version = "0.4.0"
|
|
default-features = false
|
|
features = ["phy-linux", "std"]
|