/ create_temp_subdir / Cargo.toml
Cargo.toml
1 [package] 2 name = "create_temp_subdir" 3 description = "Bare minimum for creating temporary directories, for the tests of the parent package." 4 publish = false 5 version = "0.0.0" 6 authors = ["Derick Eddington"] 7 # edition = "2015" 8 rust-version = "1.0.0"