forked from indygreg/PyOxidizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (38 loc) · 861 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
36
37
38
[workspace]
members = [
'apple-bundles',
'apple-codesign',
'apple-flat-package',
'apple-xar',
'cpio-archive',
'cryptographic-message-syntax',
'debian-packaging',
"debian-repo-tool",
'linux-package-analyzer',
'pgp-cleartext',
'pyembed-bench',
'pyembed',
'pyoxidizer',
'pyoxy',
'python-oxidized-importer',
'python-packaging',
'python-packed-resources',
'release',
'rpm-repository',
'starlark-dialect-build-targets',
'text-stub-library',
'tugger',
'tugger-apple',
'tugger-binary-analysis',
'tugger-code-signing',
'tugger-common',
'tugger-file-manifest',
'tugger-licensing',
'tugger-licensing-net',
'tugger-rust-toolchain',
'tugger-snapcraft',
'tugger-windows',
'tugger-windows-codesign',
'tugger-wix',
'x509-certificate',
]