blob: 42130dbc14b6da562ebfd6249b454c4f53c4c357 [file] [log] [blame]
# Copyright 2018 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("rust") {
name = "rust_fidl_changes_test"
edition = "2018"
deps = [
"//garnet/public/lib/fidl/rust/fidl",
"//garnet/public/rust/fuchsia-async",
"//garnet/tests/fidl-changes:fidl.test.after-rustc",
"//garnet/tests/fidl-changes:fidl.test.before-rustc",
"//garnet/tests/fidl-changes:fidl.test.during-rustc",
"//third_party/rust_crates:futures-preview",
]
}