blob: c405a332f28c82445e87edcc983e02a41d85f224 [file]
# 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 = "linux_tests"
version = "0.1.0"
authors = ["rust-fuchsia@fuchsia.com"]
publish = false
repository = "https://zircon-guest.googlesource.com/linux-tests/"
license = "BSD-3-Clause"
edition = "2018"
[dependencies]
structopt = { path = "rust-crates/rustc_deps/vendor/structopt" }
libc = { path = "rust-crates/rustc_deps/vendor/libc" }
[patch.crates-io]
winapi = { path = "rust-crates/rustc_deps/tiny_mirrors/winapi" }
winapi-util = { path = "rust-crates/rustc_deps/tiny_mirrors/winapi-util" }