]> git.lizzy.rs Git - rust.git/blob - src/librustc_fs_util/Cargo.toml
Merge pull request #1 from rust-lang/master
[rust.git] / src / librustc_fs_util / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_fs_util"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_fs_util"
9 path = "lib.rs"
10
11 [dependencies]