blob: e40b44204b349c03020656918d1a8eb6c23470a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_fs_util"
version = "0.0.0"
[lib]
name = "rustc_fs_util"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
|