diff --git a/Cargo.toml b/Cargo.toml index 5c93a79..5945d34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ description = """ A library for managing a temporary directory and deleting all contents when it's dropped. """ +categories = ["filesystem"] [dependencies] rand = "0.3"