blob: 1ad166c7ac73e1b7dbdf5c4f48f93921a46acc81 [file] [log] [blame]
# 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 = "2021"
deps = [ "//third_party/rust_crates:argh" ]
sources = [ "src/main.rs" ]
}