| # 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" ] | |
| sources = [ "src/main.rs" ] | |
| } |