diff --git a/Cargo.toml b/Cargo.toml index 60cdd4e..0668c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "filereap" version = "1.0.0" edition = "2021" +authors = ["Joakim Hulthe "] [dependencies] clap = { version = "4.4.6", features = ["derive"] }