gecko-dev/third_party/rust/tempdir/Cargo.toml

18 строки
431 B
TOML

[package]
name = "tempdir"
version = "0.3.5"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/tempdir"
homepage = "https://github.com/rust-lang/tempdir"
documentation = "https://doc.rust-lang.org/tempdir"
description = """
A library for managing a temporary directory and deleting all contents when it's
dropped.
"""
[dependencies]
rand = "0.3"