blob: 0304167197af6d7dda95e3aa0c21ce1507ffc037 [file] [log] [blame]
# Copyright 2021 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.
import("//build/rust/rustc_library.gni")
rustc_library("lib") {
name = "ffx_doctor_test_utils"
version = "0.1.0"
edition = "2021"
with_unit_tests = false
sources = [ "src/lib.rs" ]
}