blob: 58cb32c9c8c1b9b9484652ebad810f5b9670fa99 [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("stream") {
deps = [ "//src/lib/diagnostics/stream/rust" ]
}
group("tests") {
testonly = true
deps = [ "//src/lib/diagnostics/stream/rust:tests" ]
}