]> git.lizzy.rs Git - rust.git/blob - src/librustc_fs_util/Cargo.toml
Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett
[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
6 [lib]
7 name = "rustc_fs_util"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]