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"] }