From 3a81a6caf5aae577c244280c0451360b82bb1ffe Mon Sep 17 00:00:00 2001 From: Andrew Nissen Date: Wed, 5 Nov 2025 21:29:53 -0500 Subject: [PATCH] update metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ba231c6..5a72344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "rflatten" version = "0.1.0" edition = "2024" +description = "Flatten subdirectories by moving all files to the root directory" +license = "GPL-3.0" [dependencies] clap = { version = "4.5", features = ["derive"] }