blob: beeee48326d943643e4138491c9d262a9c1d09d2 [file] [log] [blame]
# Copyright 2019 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_library.gni")
rustc_library("watch_handler") {
with_unit_tests = true
edition = "2018"
deps = [
"//third_party/rust_crates:failure",
]
}
group("tests") {
testonly = true
deps = [
":watch_handler_test",
]
}