mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
7 lines
89 B
Bash
Executable file
7 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
bazel run @rules_rust//tools/rust_analyzer:gen_rust_project
|
|
code .
|
|
|