temporary 0.7.0

The package provides means of managing temporary files and folders.
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 = "random"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c7093a82705b48f10d4b165c6482dbe9f58cd63a870d85537e857b2badbd88"

[[package]]
name = "temporary"
version = "0.7.0"
dependencies = [
 "random",
]