summary refs log tree commit diff
path: root/src/librustc_fs_util/Cargo.toml
blob: 47918643f31fe624a99ae1c08d12dca2d694749e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "rustc_fs_util"
version = "0.0.0"
edition = "2018"

[lib]
name = "rustc_fs_util"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]