blob: 76331dcf06dd982d8f735faf2b15b033059cec10 [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_library.gni")
import("//build/package.gni")
rustc_library("qmi") {
edition = "2018"
deps = [
"//garnet/public/rust/fuchsia-app",
"//garnet/public/rust/fdio",
"//garnet/public/rust/fuchsia-zircon",
]
}