| # 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] |
| clap = { path = "rust_crates/vendor/clap" } |
| libc = { path = "rust_crates/vendor/libc" } |
| matches = { path = "rust_crates/vendor/matches" } |
| structopt = { path = "rust_crates/vendor/structopt" } |
| |
| [patch.crates-io] |
| winapi = { path = "rust_crates/tiny_mirrors/winapi" } |
| winapi-util = { path = "rust_crates/tiny_mirrors/winapi-util" } |