blob: 11bafb31cab35b84ebc8d934c905a6b0f22a54ac [file] [log] [blame]
# Copyright 2017 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("zx_toy") {
output_name = "example_zx_toy"
deps = [ "//src/lib/zircon/rust:fuchsia-zircon" ]
}