-
Notifications
You must be signed in to change notification settings - Fork 146
/
Cargo.toml
32 lines (30 loc) · 1006 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
24
25
26
27
28
29
30
31
32
[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"
[workspace.package]
version = "0.13.8"
edition = "2021"
license = "Apache-2.0"
homepage = "https://docs.akri.sh/"
repository = "https://github.com/project-akri/akri"
rust-version = "1.79"
authors = ["The Akri Team"]