summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a88efc8..8d288ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,8 @@ embedded-hal = "1"
[dev-dependencies]
embedded-hal-mock = { version = "0.10", default-features = false, features = ["eh1"] }
+
+[target.'cfg(target_os = "linux")'.dev-dependencies]
linux-embedded-hal = "0.4"
[profile.release]