Skip to content

Commit af4891b

Browse files
committed
my fork!
1 parent 62d5813 commit af4891b

2 files changed

Lines changed: 56 additions & 54 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,35 @@ zenoh-plugin-trait = "=1.9.0"
4949
netwatcher = "0.6.0"
5050
bytemuck = "1.25.0"
5151

52+
[patch.crates-io]
53+
zenoh = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
54+
zenoh-buffers = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
55+
zenoh-codec = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
56+
zenoh-collections = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
57+
zenoh-config = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
58+
zenoh-core = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
59+
zenoh-crypto = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
60+
zenoh-keyexpr = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
61+
zenoh-link = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
62+
zenoh-link-commons = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
63+
zenoh-link-quic = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
64+
zenoh-link-quic_datagram = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
65+
zenoh-link-tcp = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
66+
zenoh-link-tls = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
67+
zenoh-link-udp = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
68+
zenoh-link-unixsock_stream = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
69+
zenoh-link-ws = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
70+
zenoh-macros = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
71+
zenoh-plugin-trait = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
72+
zenoh-protocol = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
73+
zenoh-result = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
74+
zenoh-runtime = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
75+
zenoh-sync = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
76+
zenoh-task = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
77+
zenoh-transport = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
78+
zenoh-util = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
79+
zenoh_backend_traits = { git = "https://github.com/evanev7/zenoh.git", branch = "exo" }
80+
5281
[workspace.lints.rust]
5382
static_mut_refs = "warn" # Or use "warn" instead of deny
5483
incomplete_features = "allow"

0 commit comments

Comments
 (0)