forked from carlosthe19916/trustification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
63 lines (61 loc) · 1.44 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[workspace]
members = [
"bombastic/bombastic",
"bombastic/api",
"bombastic/model",
"bombastic/indexer",
"bombastic/index",
"bommer",
"bommer/bommer-api",
"vexination/vexination",
"vexination/api",
"vexination/index",
"vexination/model",
"vexination/indexer",
"vexination/walker",
"reservoir/reservoir",
"reservoir/api",
"spog/api",
"spog/model",
"spog/spog",
"integration-tests",
"trust",
"exporter",
"event-bus",
"storage",
"index",
"infrastructure",
"version",
]
default-members = [
"bombastic/bombastic",
"bombastic/api",
"bombastic/model",
"bombastic/indexer",
"bombastic/index",
"bommer",
"bommer/bommer-api",
"vexination/vexination",
"vexination/api",
"vexination/index",
"vexination/model",
"vexination/indexer",
"vexination/walker",
"reservoir/reservoir",
"reservoir/api",
"spog/api",
"spog/model",
"spog/spog",
"trust",
"exporter",
"event-bus",
"storage",
"index",
"infrastructure",
"version",
]
[patch.crates-io]
#sikula = { git = "https://github.com/ctron/sikula", rev = "cea7429f6b690adcdcd1ce2edb2b9e2277834e03" }
# also check: spog/ui/Cargo.toml
cyclonedx-bom = { git = "https://github.com/lulf/cyclonedx-rust-cargo", branch = "trustification" }
spdx-rs = { git = "https://github.com/lulf/spdx-rs", rev = "f3f1ea9a72e270c8434f8be6ca1d61608b25b813" }