blob: b8011701556732e8e785f4cc083ac79fe67f7e3d [file] [log] [blame]
# Copyright 2019 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("syslog") {
public_deps = [ "rust:syslog" ]
}
group("tests") {
testonly = true
deps = [
"go:tests",
"rust:tests",
]
}