Skip to content

Commit

Permalink
Comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Mar 19, 2024
1 parent 8994e14 commit dda86b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ tokio = { version = "1.35.1", default-features = false } # Default features are
tokio-util = "0.7.10"
tokio-tungstenite = "0.21"
tokio-rustls = "0.25.0"
# tokio-vsock = see: io/zenoh-links/zenoh-link-vsock/Cargo.toml (workspaces does not support platform dependent dependencies)
console-subscriber = "0.2"
typenum = "1.16.0"
uhlc = { version = "0.6.0", default-features = false } # Default features are disabled due to usage in no_std crates
Expand Down
2 changes: 2 additions & 0 deletions io/zenoh-links/zenoh-link-vsock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ zenoh-sync = { workspace = true }
zenoh-util = { workspace = true }
zenoh-runtime = { workspace = true }

# Workspaces does not support platform dependent dependencies, and
# tokio-vsock not compiled on other platforms, so we put it there
[target.'cfg(target_os = "linux")'.dependencies]
tokio-vsock = "0.5.0"

0 comments on commit dda86b3

Please sign in to comment.