forked from project-akri/akri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
23 lines (22 loc) · 790 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[patch.crates-io]
# Patch is still needed, using one from upstream PR for now, hosted on a fork of ours to help
# with supply chain integrity.
h2 = { git = 'https://github.com/project-akri/h2', branch = 'patch-authority'}
[workspace]
members = [
"shared",
"agent",
"controller",
"samples/brokers/udev-video-broker",
"webhooks/validating/configuration",
"discovery-utils",
"discovery-handlers/debug-echo",
"discovery-handlers/onvif",
"discovery-handlers/opcua",
"discovery-handlers/udev",
"discovery-handler-modules/debug-echo-discovery-handler",
"discovery-handler-modules/onvif-discovery-handler",
"discovery-handler-modules/opcua-discovery-handler",
"discovery-handler-modules/udev-discovery-handler",
]
resolver = "2"