testfile 0.1.4

Test file management for unit tests
Documentation
[package]
name = "testfile"
version = "0.1.4"
edition = "2021"
authors = ["Radim Kolar <hsn@sendmail.cz>"]
license = "MIT"
categories = ["development-tools::testing"]
keywords = ["test", "unit"]
description = "Test file management for unit tests"
homepage = "https://gitlab.com/hsn10/testfile"
repository = "https://gitlab.com/hsn10/testfile.git"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
rand = "^0.8"

[dev-dependencies]
rstest = "^0.17"