Skip to content

Commit

Permalink
socketcan only on unix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannes Brands committed Jan 27, 2024
1 parent aa657d7 commit bfb4a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ctrlc = "3.4.0"
# TODO: Add optional tracing to the main library
tracing = "0.1.37"
tracing-subscriber = "0.3.17"

[target.'cfg(unix)'.dev-dependencies]
socketcan = { version = "3.3.0" }

[[example]]
Expand Down

0 comments on commit bfb4a82

Please sign in to comment.