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