constellation/cli/internal/state/BUILD.bazel
Adrian Stobbe 322c4aad10
cli: write infrastructure to new state file (#2321)
Co-authored-by: 3u13r <lc@edgeless.systems>
2023-09-25 16:19:43 +02:00

9 lines
236 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "state",
srcs = ["state.go"],
importpath = "github.com/edgelesssys/constellation/v2/cli/internal/state",
visibility = ["//cli:__subpackages__"],
)