blob: 8a8bca3b589fe032286837215ff10fecbd296f92 [file] [log] [blame]
cc_library(
name = "structures",
hdrs = [
"structures.h",
],
visibility = ["//visibility:public"],
deps = [
"//aos/containers:sized_array",
"//third_party/eigen",
],
)