| # Copyright 2022 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("util") { | |
| name = "security_pkg_test_util" | |
| testonly = true | |
| edition = "2018" | |
| source_root = "src/config.rs" | |
| sources = [ "src/config.rs" ] | |
| deps = [ | |
| "//third_party/rust_crates:serde", | |
| "//third_party/rust_crates:serde_json5", | |
| ] | |
| } |