blob: 36542316e232295482b067adbd43dd5be381ea15 [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("fdio") {
public_deps = [ "rust:fdio" ]
}
group("tests") {
testonly = true
deps = [ "rust:tests" ]
}