temp-dir 0.1.2

Simple temporary directory with cleanup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "safe-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7519e0bdc9830a26e89924156cef3ed6625fcc8e49693a6bbe7457aa48560d32"

[[package]]
name = "temp-dir"
version = "0.1.2"
dependencies = [
 "safe-lock",
]