summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a9d9d41ee673ced024e25e07bdb174dbc8b0056c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
members = [
    "bindgen",
    "bindgen-cli",
    "bindgen-integration",
    "bindgen-tests",
    "bindgen-tests/tests/quickchecking",
    "bindgen-tests/tests/expectations",
]

default-members = [
    "bindgen",
    "bindgen-cli",
    "bindgen-tests",
]