blob: 599e5a57cfda2322df93ea7134772ad786a33d73 [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 = [
"//garnet/public/rust/fuchsia-zircon",
]
}