blob: 374fb40d37b35431c85c8274cb74b14489817f48 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
group("data") {
deps = [ "//src/lib/diagnostics/data/rust" ]
}
group("tests") {
testonly = true
deps = [ "//src/lib/diagnostics/data/rust:tests" ]
}