feature/tauri-js-rs
md 11 lines 178 Bytes
Rendered Raw
1 ## Query all targets
2
3 ```bash
4 bazel query //...
5 ```
6
7 ## Get dependency tree for a bazel target
8
9 ```bash
10 bazel query 'deps(//src-tauri:tauri)' --nohost_deps --noimplicit_deps
11 ```