mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-19 19:53:31 -04: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",
|
|
]
|