forked from openebs/mayastor-control-plane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (33 loc) · 798 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
33
34
35
[patch.crates-io]
h2 = { path = "./utils/dependencies/h2" }
[profile.dev]
panic = "abort"
[workspace]
members = [
"common",
"control-plane/agents",
"control-plane/rest",
"control-plane/csi-driver",
"control-plane/grpc",
"control-plane/plugin",
"k8s/operators",
"k8s/plugin",
## Supportability tool to create bundle
"k8s/supportability",
"k8s/forward",
"k8s/proxy",
"deployer",
"openapi",
"rpc",
"utils/utils-lib",
"utils/pstor-usage",
"utils/shutdown",
"utils/dependencies/composer",
"utils/dependencies/devinfo",
"utils/dependencies/nvmeadm",
"utils/dependencies/sysfs",
"utils/dependencies/version-info",
"utils/deployer-cluster",
# Test io-engine through the rest api
"tests/io-engine",
]