blob: 22838a13e69191094743b5643bcef5ccb3212ce5 [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.
[package]
name = "microorb"
version = "0.1.0"
license-file = "LICENSE"
authors = ["Andrew Walbran <qwandor@google.com>"]
description = "Driver for USB microorb"
repository = "https://fuchsia.googlesource.com/garnet/"
build = "build.rs"
[lib]
name = "microorb"
crate-type = ["dylib"]
[dependencies]
fuchsia-ddk = { path = "../../../fuchsia-ddk" }
fuchsia-zircon = { path = "../../../fuchsia-zircon" }
[build-dependencies]
cc = "1.0"