| # 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_binary.gni") | |
| rustc_binary("memory_test_util") { | |
| name = "memory_test_util" | |
| edition = "2024" | |
| deps = [ "//third_party/rust_crates:argh" ] | |
| sources = [ "src/main.rs" ] | |
| } |