bazel: name WORKSPACE

This commit is contained in:
Malte Poll 2023-08-16 14:45:44 +02:00 committed by Malte Poll
parent d3fee12947
commit de863aece0

View File

@ -1,3 +1,5 @@
workspace(name = "constellation")
# Python toolchain
load("//bazel/toolchains:python_deps.bzl", "python_deps")