diff --git a/Cargo.toml b/Cargo.toml index 1a33486..0a8d9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ A library for managing a temporary directory and deleting all contents when it's dropped. """ categories = ["filesystem"] +keywords = ["fs", "file", "filesystem"] [dependencies] rand = "0.3"