Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
49
third-party/vendor/walkdir/Cargo.toml
vendored
Normal file
49
third-party/vendor/walkdir/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2018"
|
||||
name = "walkdir"
|
||||
version = "2.5.0"
|
||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||
exclude = [
|
||||
"/ci/*",
|
||||
"/.travis.yml",
|
||||
"/appveyor.yml",
|
||||
]
|
||||
description = "Recursively walk a directory."
|
||||
homepage = "https://github.com/BurntSushi/walkdir"
|
||||
documentation = "https://docs.rs/walkdir/"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"directory",
|
||||
"recursive",
|
||||
"walk",
|
||||
"iterator",
|
||||
]
|
||||
categories = ["filesystem"]
|
||||
license = "Unlicense/MIT"
|
||||
repository = "https://github.com/BurntSushi/walkdir"
|
||||
|
||||
[dependencies.same-file]
|
||||
version = "1.0.1"
|
||||
|
||||
[dev-dependencies.doc-comment]
|
||||
version = "0.3"
|
||||
|
||||
[target."cfg(windows)".dependencies.winapi-util]
|
||||
version = "0.1.1"
|
||||
|
||||
[badges.appveyor]
|
||||
repository = "BurntSushi/walkdir"
|
||||
|
||||
[badges.travis-ci]
|
||||
repository = "BurntSushi/walkdir"
|
||||
Loading…
Add table
Add a link
Reference in a new issue