aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: 2e8edcd7d9f7d2ba989b8b44c44a1842c2ddb495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]

resolver = "2"

members = [
    "ext/hip_runtime-sys",
    "ext/amd_comgr-sys",
    "comgr",
    "cuda_base",
    "cuda_types",
    "detours-sys",
    "zluda",
    "zluda_dump",
    "zluda_inject",
    "zluda_redirect",
    "zluda_ml",
    "ptx",
    "ptx_parser",
    "ptx_parser_macros",
    "ptx_parser_macros_impl",
    "zluda_bindgen",
]

default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]