blob: e74e3809927a0aecde5768c0d0db2e9a0ca296b7 (
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"
edition = "2018"
[lib]
name = "rustc_fs_util"
path = "lib.rs"
[dependencies]
|