File: Cargo.toml.orig

package info (click to toggle)
rust-test-dir 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "test_dir"
version = "0.2.0"
authors = ["Rafał Pachołek <rafalpacholek@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Easy creation of temporary file structure for test purpose."
readme = "README.md"
repository = "https://github.com/rpacholek/test_dir"
keywords = [ "test", "dir", "file", "directory", "temp" ]
categories = [ "development-tools::testing" ]

[dependencies]
rand = "0.8"