mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-02 20:47:18 +00:00
0296f9e86c
remove `clap` dependency 🎉
update the book installation instructions
16 lines
267 B
TOML
16 lines
267 B
TOML
[workspace]
|
|
members = [
|
|
"bindgen",
|
|
"bindgen-cli",
|
|
"bindgen-integration",
|
|
"bindgen-tests",
|
|
"bindgen-tests/tests/quickchecking",
|
|
"bindgen-tests/tests/expectations",
|
|
]
|
|
|
|
default-members = [
|
|
"bindgen",
|
|
"bindgen-cli",
|
|
"bindgen-tests",
|
|
]
|