blob: 443e4f1d45f7b2f60e7f1aa88d36bba3f581c7b5 [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 = "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" }