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