Skip to content

Commit 99f73fa

Browse files
committed
Add README
1 parent 0ae170f commit 99f73fa

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ version = "0.1.0"
44
authors = ["Thanasis Katsios <thkatsios@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A simple PathBuf wrapper that gets deleted when it goes out of scope"
7-
edition = "2018"
7+
documentation = "https://docs.rs/auto-delete-path"
8+
repository = "https://github.com/thanasis2028/auto-delete-path"
9+
readme = "README.md"
10+
keywords = ["temp", "test", "path", "delete"]
11+
categories = ["development-tools::testing", "filesystem"]
12+
edition = "2018"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
A super small (0 dependencies) PathBuf wrapper that gets deleted when it goes out of scope.
2+
3+
Useful for writing tests that work with files and not worrying about having to delete them manually.

0 commit comments

Comments
 (0)