blob: 9b441cefbc765fbb81ca5552a8d7ab9470da7dbd [file] [log] [blame]
Jiyong Parkcb146462021-11-01 09:49:03 +09001name: "remove_dir_all"
2description:
3 "Reliable and fast directory removal functions."
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://crates.io/crates/remove_dir_all"
9 }
10 url {
Andrew Walbran5403d042021-11-11 13:41:13 +000011 type: ARCHIVE
12 value: "https://static.crates.io/crates/tempfile/remove_dir_all-0.7.0.crate"
Jiyong Parkcb146462021-11-01 09:49:03 +090013 }
14 version: "0.7.0"
15 last_upgrade_date { year: 2021 month: 10 day: 25 }
16 license_type: NOTICE
17}