fix edito config

Seto Elkahfi committed Aug 1, 2024 at 16:56 UTC 5a6d127f9a14b782f0da08ce7dcd7cf6160b7465
2 files changed +7
.vscode/settings.json new
+5
@@ -0,0 +1,5 @@
1 +{
2 + "rust-analyzer.linkedProjects": [
3 + "frontend/splitfire-desktop/src-tauri/Cargo.toml",
4 + ],
5 +}
\ No newline at end of file
MODULE.bazel
+2
@@ -1,3 +1,5 @@
1 +"tower-of-bazel"
2 +
3 bazel_dep(name = "bazel_skylib", version = "1.7.1")
4 bazel_dep(name = "rules_ruby", version = "0.12.1")
5 bazel_dep(name = "rules_apple", version = "3.6.0", repo_name = "build_bazel_rules_apple")